simpleparse.examples.findliterals
index
s:\sp\simpleparse\examples\findliterals.py

 
Modules
            
os
string
 
Functions
            
bigtest(file, parser=<simpleparse.parser.Parser instance at 0x008C71C8>)
test()
 
Data
             __file__ = r'S:\sp\simpleparse\examples\findliterals.pyc'
__name__ = 'simpleparse.examples.findliterals'
declaration = '\nmyfile := (notliteral,literal)+, notliteral\n\n# ...rtv]\nOCTALESCAPEDCHAR := [0-7],[0-7]?,[0-7]?\n'
parser = <simpleparse.parser.Parser instance at 0x008C71C8>
usage = ' findliterals filename\nFinds all single and doub...hem to stdout.\nIs not triple-quoted string aware.'