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

Add parsing support for rational numbers #502

Open justinethier opened 1 year ago

justinethier commented 1 year ago

Although Cyclone does not support rationals at this time it would be nice if the reader could at least recognize and parse these numbers. For example 1/2 could be parsed as .5.

This likely only requires support be added to string->number.