mattwparas / steel

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

Add fraction support to lexer. #156

Closed wmedrano closed 6 months ago

wmedrano commented 6 months ago

Tested with lexer unit tests and updating math.scm to use the new syntax.

wmedrano commented 6 months ago

So, not ready to merge yet. Added some unit tests that show weird behavior. Will report back when resolved.

Edit: Ready if tests pass.

wmedrano commented 6 months ago

If tests are good, then i think this is ready

mattwparas commented 6 months ago

lgtm pending the tests in the CI finishing