BalticAmadeus / AblFormatter

Code formatter for Progress OpenEdge (ABL)
Apache License 2.0
6 stars 0 forks source link

Special characters causing errors #187

Closed eglekaz closed 1 month ago

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

eglekaz commented 2 months ago

Registered: https://github.com/usagi-coffee/tree-sitter-abl/issues/72

eglekaz commented 1 month ago

Issue fixed with version 0.0.36 of tree-sitter-abl