summaryrefslogtreecommitdiffstats
path: root/Doc/libundoc.tex
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>1997-10-06 21:41:30 (GMT)
committerFred Drake <fdrake@acm.org>1997-10-06 21:41:30 (GMT)
commitc211254334779b2ea99a5096d6e50c4c0703f6b1 (patch)
treed6ab3d03fc7af8edf97b7fef4274ac061ec9da37 /Doc/libundoc.tex
parent14bf341f16750f4d34d09c270e60b2c3f0214e76 (diff)
downloadcpython-c211254334779b2ea99a5096d6e50c4c0703f6b1.zip
cpython-c211254334779b2ea99a5096d6e50c4c0703f6b1.tar.gz
cpython-c211254334779b2ea99a5096d6e50c4c0703f6b1.tar.bz2
Updated the section "Parsing Python".
Diffstat (limited to 'Doc/libundoc.tex')
-rw-r--r--Doc/libundoc.tex13
1 files changed, 1 insertions, 12 deletions
diff --git a/Doc/libundoc.tex b/Doc/libundoc.tex
index 32d02e7..79108f6 100644
--- a/Doc/libundoc.tex
+++ b/Doc/libundoc.tex
@@ -77,24 +77,13 @@ ihooks.py -- Import hook support (for ni and rexec)
\section{Parsing Python}
(One could argue that these should all be documented together with the
-parser module; in fact the parser module section already references
-the token and symbol modules.)
-
-token.py -- Tokens (from ``token.h'')
-
-symbol.py -- Symbols (from ``graminit.h'')
-
-keyword.py -- Keywords (from ``graminit.c'')
+parser module.)
tokenize.py -- regular expression that recognizes Python tokens; also
contains helper code for colorizing Python source code.
pyclbr.py -- Parse a Python file and retrieve classes and methods
-code.py -- Deal with Python code objects: code.compile_command() can
-determine whether an interactively entered command is complete or not,
-distinguishing incomplete from invalid input.
-
\section{Platform specific modules}