diff options
Diffstat (limited to 'Doc/lib/libparser.tex')
-rw-r--r-- | Doc/lib/libparser.tex | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Doc/lib/libparser.tex b/Doc/lib/libparser.tex index 5de9328..e85ca72 100644 --- a/Doc/lib/libparser.tex +++ b/Doc/lib/libparser.tex @@ -272,6 +272,7 @@ Ordered and equality comparisons are supported between AST objects. \subsection{Examples} +\nodename{AST Examples} The parser modules allows operations to be performed on the parse tree of Python source code before the bytecode is generated, and provides |