Added implementations of framework functions
This commit is contained in:
parent
4c2a536151
commit
17b03dbf4d
3 changed files with 53 additions and 3 deletions
|
|
@ -121,7 +121,7 @@ typedef struct HParserVtable_ {
|
|||
HParseResult* (*parse)(void *env, HParseState *state);
|
||||
bool (*isValidRegular)(void *env);
|
||||
bool (*isValidCF)(void *env);
|
||||
|
||||
bool (*compile_to_rvm)(struct HRVMProg_ *prog, void* env);
|
||||
} HParserVtable;
|
||||
|
||||
typedef struct HParser_ {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue