usagi-coffee / tree-sitter-abl

OpenEdge ABL grammar for tree-sitter
MIT License
7 stars 1 forks source link

Special characters causing errors #72

Closed eglekaz closed 1 month ago

eglekaz commented 1 month ago

Looks like parser is not recognizing escape character ~. String provided below is causing the remaining code to be parsed as multiplicativeexpression, so the tree becomes incorrect. `cNonAlphaChars = "!@#$%^&*()-=+[]{}|;:'~",<.>/?~~".`