Closed eglekaz closed 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 = "!@#$%^&*()-=+[]{}|;:'~",<.>/?~~".`
~
cNonAlphaChars = "
Registered: https://github.com/usagi-coffee/tree-sitter-abl/issues/72
Issue fixed with version 0.0.36 of tree-sitter-abl
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 = "
!@#$%^&*()-=+[]{}|;:'~",<.>/?~~".`