Add parsing support for rational numbers
justinethier opened this issue · 0 comments
justinethier commented
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
.