justinethier / husk-scheme

A full implementation of the Scheme programming language for the Haskell Platform.
http://justinethier.github.io/husk-scheme
MIT License
309 stars 28 forks source link

Parser does not handle + sign for numbers #198

Open justinethier opened 10 years ago

justinethier commented 10 years ago

The parser should be able to parse numbers with a leading + sign, EG:

huski> +1
Getting an unbound variable: +1