added parser module to overview

This commit is contained in:
Guido van Rossum 1996-07-21 02:22:12 +00:00
parent 38e5088aa4
commit 3317e63cbb
2 changed files with 8 additions and 0 deletions

View File

@ -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.

View File

@ -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.