justinethier / cyclone

:cyclone: A brand-new compiler that allows practical application development using R7RS Scheme. We provide modern features and a stable system capable of generating fast native binaries.
http://justinethier.github.io/cyclone/
MIT License
823 stars 42 forks source link

Support R7RS #d decimal specifier for numbers #459

Closed justinethier closed 3 years ago

justinethier commented 3 years ago

The #d specifier from r7rs may be used to specify decimal numbers.

For example:

#d10 => 10

This is currently not supported by Cyclone.

justinethier commented 3 years ago

Add support on master branch.