ds26gte / pyret-lang

The Pyret language.
Other
2 stars 0 forks source link

Transformed Identifiers leaking through for un-spaced binop errors #9

Closed schanzer closed 8 years ago

schanzer commented 8 years ago

3+4 should produce something readable. Instead, we get: The name Ǝ3ƎPLUS4 is used but not defined at

When an identifier error is raised, I don't suppose there's a way to look back at the source location and grab the pre-pyretized identifier?

ds26gte commented 8 years ago

Fixed in ds26gte/code.pyret.org@3c22ade.