Changeset 391 for python/trunk/Demo/parser/README
- Timestamp:
- Mar 19, 2014, 11:31:01 PM (11 years ago)
- Location:
- python/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
python/trunk
-
Property svn:mergeinfo
set to
/python/vendor/Python-2.7.6 merged eligible /python/vendor/current merged eligible
-
Property svn:mergeinfo
set to
-
python/trunk/Demo/parser/README
r2 r391 7 7 ------ 8 8 9 FILES-- list of files associated with the parser module.9 FILES -- list of files associated with the parser module. 10 10 11 README-- this file.11 README -- this file. 12 12 13 example.py -- module that uses the `parser' module to extract 14 information from the parse tree of Python source 15 code. 13 docstring.py -- sample source file containing only a module docstring. 16 14 17 docstring.py -- sample source file containing only a module docstring. 15 example.py -- module that uses the `parser' module to extract 16 information from the parse tree of Python source 17 code. 18 18 19 19 simple.py -- sample source containing a "short form" definition. 20 20 21 source.py --sample source code used to demonstrate ability to22 23 21 source.py -- sample source code used to demonstrate ability to 22 handle nested constructs easily using the functions 23 and classes in example.py. 24 24 25 25 test_parser.py program to put the parser module through its paces. 26 26 27 unparse.py AST (2.5) based example to recreate source code 28 from an AST. This is incomplete; contributions 29 are welcome. 27 test_unparse.py tests for the unparse module 28 29 unparse.py AST (2.7) based example to recreate source code 30 from an AST. 30 31 31 32 Enjoy!
Note:
See TracChangeset
for help on using the changeset viewer.