The basic APG parsing library.
More...Files | |
file | __init__.py [code] |
file | ast.py [code] |
A class for creating and translating the Abstract Syntax Tree (AST). | |
file | backreferences.py [code] |
Back reference stack class. | |
file | identifiers.py [code] |
All of the APG numerical ids. | |
file | parser.py [code] |
The APG parser. | |
file | stats.py [code] |
Collects parser's node statistics. | |
file | trace.py [code] |
Displays a trace of the parse tree. | |
file | utilities.py [code] |
A few APG utility functions. | |
The basic APG parsing library.