summaryrefslogtreecommitdiffstats
path: root/Demo/parser/README
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1996-08-26 00:33:29 (GMT)
committerGuido van Rossum <guido@python.org>1996-08-26 00:33:29 (GMT)
commit8206fb9c4c67341d1da3abb97c0e84a30f07331e (patch)
tree9ec282f2e9f2d39718b96f8e7e7677a9c1ebcab4 /Demo/parser/README
parentd8a6d1c2e78904a36cb98e8272ad1f83aaa85c52 (diff)
downloadcpython-8206fb9c4c67341d1da3abb97c0e84a30f07331e.zip
cpython-8206fb9c4c67341d1da3abb97c0e84a30f07331e.tar.gz
cpython-8206fb9c4c67341d1da3abb97c0e84a30f07331e.tar.bz2
Final set of changes by Fred before 1.4beta3
Diffstat (limited to 'Demo/parser/README')
-rw-r--r--Demo/parser/README17
1 files changed, 17 insertions, 0 deletions
diff --git a/Demo/parser/README b/Demo/parser/README
index 03696c3..3d775aa 100644
--- a/Demo/parser/README
+++ b/Demo/parser/README
@@ -4,12 +4,29 @@ to the Python Library Reference for more information.
Files:
------
+ FILES -- list of files associated with the parser module.
+
+ README -- this file.
+
example.py -- module that uses the `parser' module to extract
information from the parse tree of Python source
code.
+ docstring.py -- sample source file containing only a module docstring.
+
+ simple.py -- sample source containing a "short form" definition.
+
source.py -- sample source code used to demonstrate ability to
handle nested constructs easily using the functions
and classes in example.py.
+ pprint.py -- function to pretty-print Python values.
+
+ test_parser.py program to put the parser module through it's paces.
+
+ parser.tex -- LaTex driver file for formatting the parser module
+ documentation separately from the library reference.
+
+ Makefile -- `make' rule set to format the parser module manual.
+
Enjoy!