Class | Description |
---|---|
RuleException | Internal exception class used by the parser engine |
SymbolException | Internal exception class used by the parser engine |
TokenParser | Token based parser using the GOLD Parsing system. Grammar tables for parsing are compiled from the parser grammar located in the doc folder. The compiled grammar is located in the Auxiliary folder and is integrated in the compiled binaries. |