Version 1.0
Copyright © 2022 Lowell D. Thomas
Python APG
 … an ABNF Parser Generator
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 12345]
 Napg_py
 Napi
 Napi
 CGrammarCreates a grammar object which can be used by the APG library
 CApiThe API class
 CNameListA helper class to keep track of rule and UDT names
 Nrule_attributes
 CAttrSimple class for attribute data for each rule
 Nexp
 Nexp
 CResultA class for returning the results of a pattern match
 CApgExpThe ApgExp class provides a pattern-matching engine similar to JavaScript's RegExp
 Nlib
 Nast
 CAstA class for capturing the AST as the parser traverses the parse tree
 Nbackreferences
 CBackrefenceStack
 Nparser
 CParserResultA convenience class for the parser's results
 CParserThe Parser class for parsing an APG grammar
 Nstats
 CStats
 Ntrace
 CTraceClass for tracing and displaying the progress of the parser through the parse tree
 Nexamples
 Nini_file
 Nini_file
 CIniFile
Python APG, Version 1.0, is licensed under the 2-Clause BSD License,
an Open Source Initiative Approved License.