APG
… an ABNF Parser Generator
|
Header file for the syntax phase functions. More...
Go to the source code of this file.
Data Structures | |
struct | syntax_data |
The syntax data that gets passed to the syntax parser's callback functions. More... | |
Typedefs | |
typedef aint(* | pfn_findline) (line *, aint, aint, aint *) |
Pointer to a function that finds the line that a given character is in. More... | |
Functions | |
void | vSabnfGrammarRuleCallbacks (void *vpParserCtx) |
Set the parser's rule callback functions for the syntax phase. More... | |
Header file for the syntax phase functions.
Definition in file syntax.h.
pfn_findline |
void vSabnfGrammarRuleCallbacks | ( | void * | vpParserCtx | ) |
Set the parser's rule callback functions for the syntax phase.
vpParserCtx | Pointer to the parser's context. |
Definition at line 329 of file syntax-callbacks.c.