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 = "!@#$%^&*()-=+[]{}|;:'~",<.>/?~~".`
~
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 = "!@#$%^&*()-=+[]{}|;:'~",<.>/?~~".`