PythonLibraryReference/PythonCompilerPackage

Legacy Wiki Page

This page was migrated from the old MoinMoin-based wiki. Information may be outdated or no longer applicable. For current documentation, see python.org.

Python Library Reference

Python Compiler Package

19.1 The basic interface

19.2 Limitations

19.3 Python Abstract Syntax

19.3.1 AST Nodes 19.3.2 Assignment nodes 19.3.3 Examples

19.4 Using Visitors to Walk ASTs

19.5 Bytecode Generation


CategoryDocumentation