|
APG
… an ABNF Parser Generator
|
These are the callback functions which translate the AST from the syntax phase. More...
#include "./api.h"#include "./apip.h"#include "../library/parserp.h"#include "./semantics.h"#include "sabnf-grammar.h"
Go to the source code of this file.
Functions | |
| void | vSabnfGrammarAstCallbacks (void *vpAstCtx) |
| Set the callback functions for the AST translation of the semantic phase parse to opcodes. More... | |
These are the callback functions which translate the AST from the syntax phase.
All of the hard work of determining the parser's opcodes is done here.
Definition in file semantic-callbacks.c.
| void vSabnfGrammarAstCallbacks | ( | void * | vpAstCtx | ) |
Set the callback functions for the AST translation of the semantic phase parse to opcodes.
| vpAstCtx | Pointer to an AST context. |
Definition at line 740 of file semantic-callbacks.c.
1.8.17