isaacg1 / pyth

Pyth, an extremely concise language. Try it here:
https://pyth.herokuapp.com/
MIT License
264 stars 57 forks source link

Parsing error because of `M` #116

Closed jakobkogler closed 9 years ago

jakobkogler commented 9 years ago

The new map operator M (see commit 618186026093fe12953ac69b305375c79d2d36da) causes some problems. See for instance here. Right now I have no time for debugging. But the code works, if you checkout commit ff515ab6839d3dbfbe575d895c91727d0b146b40.

isaacg1 commented 9 years ago

Fixed. There was a tiny typo leading to wM being intepreted as a use of the M operator instead of the M statement.