From 3317e63cbb5830764d8fc484c1c91d10fe93095a Mon Sep 17 00:00:00 2001 From: Guido van Rossum Date: Sun, 21 Jul 1996 02:22:12 +0000 Subject: added parser module to overview --- Doc/lib/libpython.tex | 4 ++++ Doc/libpython.tex | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/Doc/lib/libpython.tex b/Doc/lib/libpython.tex index ed253f5..6b7195a 100644 --- a/Doc/lib/libpython.tex +++ b/Doc/lib/libpython.tex @@ -31,6 +31,10 @@ different constraints). \item[imp] --- Access the implementation of the \code{import} statement. +\item[parser] +--- Retrieve and submit parse trees from and to the runtime support +environment. + \item[__builtin__] --- The set of built-in functions. diff --git a/Doc/libpython.tex b/Doc/libpython.tex index ed253f5..6b7195a 100644 --- a/Doc/libpython.tex +++ b/Doc/libpython.tex @@ -31,6 +31,10 @@ different constraints). \item[imp] --- Access the implementation of the \code{import} statement. +\item[parser] +--- Retrieve and submit parse trees from and to the runtime support +environment. + \item[__builtin__] --- The set of built-in functions. -- cgit v0.12