Regex VM finished but untested.
This commit is contained in:
parent
a8ab63e096
commit
c19d7bb66e
8 changed files with 283 additions and 32 deletions
|
|
@ -84,4 +84,12 @@ void h_parse_result_free(HParseResult *result) {
|
|||
h_delete_arena(result->arena);
|
||||
}
|
||||
|
||||
bool h_false(void* env) {
|
||||
(void)env;
|
||||
return false;
|
||||
}
|
||||
|
||||
bool h_true(void* env) {
|
||||
(void)env;
|
||||
return true;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue