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

Allow reader to support #i / #e for rational numbers #521

Open justinethier opened 7 months ago

justinethier commented 7 months ago

EG:

> #i1/3
0.3333333333333333
> #e1/3
1/3 ;; NOTE: Would be 0.333333 until rational numbers are supported