APG
… an ABNF Parser Generator
|
All the information a user needs to write a custom AST translator. More...
#include <ast.h>
Data Fields | |
const achar * | acpString |
The parsed input string. More... | |
ast_record * | spRecords |
The list of records in the order of a depth-first traversal of the AST. More... | |
aint | uiRuleCount |
The number of rules. More... | |
aint | uiUdtCount |
The number of UDTs. More... | |
aint | uiStringLength |
The number of characters in the input string. More... | |
aint | uiRecordCount |
The number of records (two for each node of the AST, one down traversal, one up.) More... | |
All the information a user needs to write a custom AST translator.
ast_record* ast_info::spRecords |
aint ast_info::uiRecordCount |
aint ast_info::uiStringLength |