Version 1.0
Copyright © 2022 Lowell D. Thomas
Python APG
 … an ABNF Parser Generator
lib Directory Reference

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.
 

Detailed Description

The basic APG parsing library.

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