mattwparas / steel

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

Add datastructure support for complex numbers. #163

Closed wmedrano closed 6 months ago

wmedrano commented 6 months ago

Follow ups: Add lexer support.

wmedrano commented 6 months ago

Still need to fix the equality and ord operations.

wmedrano commented 6 months ago

If tests pass, I think this is good to go. I'll follow up with the lexer.

Also, I think I'll write some tests according to my reading of section 6.2. Numbers of the r7rs doc. The closest I found is Chibi's tests which I think are already tested by Steel.