schemeway / SchemeScript

Scheme Editor plugin for Eclipse
http://schemeway.github.io/SchemeScript
Eclipse Public License 1.0
37 stars 9 forks source link

Hex escapes in identifiers are not handled #7

Closed dobesv closed 9 years ago

dobesv commented 9 years ago

For whatever reason I have scm code with hex escapes; SchemeWay treats the semicolon in the hex escape as the start of a comment.

e.g. (\x32; \x33;)

schemeway commented 9 years ago

Fixed by PR #8.