Files for 2.1b1 distribution.
[python/dscho.git] / Demo / parser / README
blobf2f18cade57fdf46d60cfc9c74b88e744a8a23ec
1 These files are from the large example of using the `parser' module.  Refer
2 to the Python Library Reference for more information.
4 Files:
5 ------
7         FILES        -- list of files associated with the parser module.
9         README       -- this file.
11         example.py   -- module that uses the `parser' module to extract
12                         information from the parse tree of Python source
13                         code.
15         docstring.py -- sample source file containing only a module docstring.
17         simple.py    -- sample source containing a "short form" definition.
19         source.py    -- sample source code used to demonstrate ability to
20                         handle nested constructs easily using the functions
21                         and classes in example.py.
23         test_parser.py  program to put the parser module through it's paces.
25 Enjoy!