Parser
v2.1

Package Parser

Class Summary
ParserGenerator The ParserGenerator class is an application used to generate parsers based on EBNF grammar files.

As of version 2.0, the ParserGenerator class also builds functions for performing automatic code generation, much like with yacc.
ProductionProcessor The ProductionProcessor class processes entire production rules from a grammar.
REProcessor The REProcessor class handles processing of regular expression groups.
RETree The RETree class represents a tree structure used to store strings as parsed useing a regular expression system.
SubProductionProcessor The SubProductionProcessor class handles REProcessors as well as references to productions and subproductions.
SymbolTable Represents a generic symbol table object.
 


Parser
v2.1