ds26gte / pyret-lang

The Pyret language.
Other
2 stars 0 forks source link

Character literals aren't throwing errors if they're in s-expressions #20

Closed schanzer closed 8 years ago

schanzer commented 8 years ago

#\d throws a very helpful error message. (#\d) does not.

ds26gte commented 8 years ago

Fixed in ds26gte/code.pyret.org@96dda7c. (Disabled-syntax error for #\c is now "non-continuing".)

schanzer commented 8 years ago

Confirmed