deepakjois / hs-logo

Logo turtle graphics interpreter in Haskell
http://deepakjois.github.io/hs-logo
BSD 3-Clause "New" or "Revised" License
19 stars 3 forks source link

parser barfs if '[' token is not separated by a space from the next token #27

Closed deepakjois closed 12 years ago

deepakjois commented 12 years ago

for [l 1 10 1] is invalid, whereas for [ l 1 10 1 ] is valid.

deepakjois commented 12 years ago

This does not appear to be a problem.