Version 1.0
Copyright © 2022 Lowell D. Thomas
Python APG
 … an ABNF Parser Generator
Classes | Namespaces
trace.py File Reference

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
 

Detailed Description

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.

Python APG, Version 1.0, is licensed under the 2-Clause BSD License,
an Open Source Initiative Approved License.