uhmanoa-transpiler-project / shaka-scheme

The official repository for the UH Manoa Transpiler Project's Scheme interpreter, Shaka Scheme.
32 stars 24 forks source link

Fixed issue #12, found a new bug #13

Closed paulolemus closed 7 years ago

paulolemus commented 7 years ago

The parser never checked the string in the number token for a '.' or for a '/'. It has been fixed. I found a new bug however where I am unable to initialize or declare an std::string without getting many compiler errors.