Displays a trace of the parse tree. More...
Go to the source code of this file.
Classes | |
class | apg_py.lib.trace.Trace |
Class for tracing and displaying the progress of the parser through the parse tree. More... | |
Namespaces | |
apg_py.lib.trace | |
Displays a trace of the parse tree.
The trace is a printed description of each parse tree node processed by the parser.
Definition in file trace.py.