'\\n'; or more backslash match to ExpressionStatement(CharacterLiteral) #7
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
JDK compile failed because of too many characters in character literal
Note that rejecting every invalid program is not a goal of this grammar. Still, the logic in there was a bit weird (probably inspired by a bogus test case inherited from tree-sitter). Attached patch removes the test and tightens it up a bit.
Thank you very much for your patch o.0