Add wasm bindings for predicates
This commit is contained in:
parent
096126d039
commit
d4d554b2ae
6 changed files with 249 additions and 41 deletions
|
|
@ -481,6 +481,10 @@ static TSQueryError ts_query_parse_predicate(
|
|||
}));
|
||||
}
|
||||
|
||||
else {
|
||||
return TSQueryErrorSyntax;
|
||||
}
|
||||
|
||||
step_count++;
|
||||
stream_skip_whitespace(stream);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue