mattwparas / steel

An embedded scheme interpreter in Rust
Apache License 2.0
1.05k stars 49 forks source link

Support scientific notation. #157

Closed wmedrano closed 6 months ago

wmedrano commented 6 months ago

Fixes the r5rs.scm "string->number with scientific notation" test: https://github.com/mattwparas/steel/blob/master/cogs/r5rs.scm#L251

mattwparas commented 6 months ago

Thanks, this looks great!