mattwparas / steel

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

Add more number operations. #161

Closed wmedrano closed 6 months ago

wmedrano commented 6 months ago

Taken from section 6.2 of https://small.r7rs.org/attachment/r7rs.pdf

New additions are: number?, real?, rational? Fixed: int? and integer?

wmedrano commented 6 months ago

I think this is good to go.