home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / pyos2bin.zip / Demo / parser / README < prev    next >
Text File  |  1997-04-16  |  935b  |  31 lines

  1. These files are from the large example of using the `parser' module.  Refer
  2. to the Python Library Reference for more information.
  3.  
  4. Files:
  5. ------
  6.  
  7.     FILES         -- list of files associated with the parser module.
  8.  
  9.     README         -- this file.
  10.  
  11.     example.py   --    module that uses the `parser' module to extract
  12.             information from the parse tree of Python source
  13.             code.
  14.  
  15.     docstring.py -- sample source file containing only a module docstring.
  16.  
  17.     simple.py    -- sample source containing a "short form" definition.
  18.  
  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.
  22.  
  23.     test_parser.py  program to put the parser module through it's paces.
  24.  
  25.     parser.tex   -- LaTex driver file for formatting the parser module
  26.             documentation separately from the library reference.
  27.  
  28.     Makefile     -- `make' rule set to format the parser module manual.
  29.  
  30. Enjoy!
  31.