Add wasm bindings for predicates

This commit is contained in:
Max Brunsfeld 2019-09-16 10:25:44 -07:00
parent 096126d039
commit d4d554b2ae
6 changed files with 249 additions and 41 deletions

View file

@ -481,6 +481,10 @@ static TSQueryError ts_query_parse_predicate(
}));
}
else {
return TSQueryErrorSyntax;
}
step_count++;
stream_skip_whitespace(stream);
}