Closed polyzen closed 7 months ago
tree-sitter --version
tree-sitter 0.22.2 (fc15f621334a262039ffaded5937e2844f88da61)
tree-sitter generate --no-bindings src/grammar.json errors out with:
tree-sitter generate --no-bindings src/grammar.json
Error processing rule escape_sequence Caused by: regex parse error: u{[0-9a-fA-F]+} ^ error: repetition quantifier expects a valid decimal
No error
No response
Did you check existing issues?
Tree-Sitter CLI Version, if relevant (output of
tree-sitter --version
)tree-sitter 0.22.2 (fc15f621334a262039ffaded5937e2844f88da61)
Describe the bug
tree-sitter generate --no-bindings src/grammar.json
errors out with:Steps To Reproduce/Bad Parse Tree
tree-sitter generate --no-bindings src/grammar.json
Expected Behavior/Parse Tree
No error
Repro
No response