Added implementations of framework functions

This commit is contained in:
Dan Hirsch 2013-03-17 20:17:55 -07:00
parent 4c2a536151
commit 17b03dbf4d
3 changed files with 53 additions and 3 deletions

View file

@ -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_ {