Got a lot of regex test cases working
This commit is contained in:
parent
f37a13ef41
commit
0600440b7c
11 changed files with 148 additions and 14 deletions
|
|
@ -73,7 +73,7 @@ static bool ws_ctrvm(HRVMProg *prog, void *env) {
|
|||
h_rvm_insert_insn(prog, RVM_GOTO, start);
|
||||
h_rvm_patch_arg(prog, next, h_rvm_get_ip(prog));
|
||||
}
|
||||
return h_compile_regex(prog, p->env);
|
||||
return h_compile_regex(prog, p);
|
||||
}
|
||||
|
||||
static const HParserVtable whitespace_vt = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue