Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add datastructure support for complex numbers. #163

Merged
merged 5 commits into from
Feb 9, 2024

Conversation

wmedrano
Copy link
Contributor

@wmedrano wmedrano commented Feb 9, 2024

Follow ups: Add lexer support.

@wmedrano
Copy link
Contributor Author

wmedrano commented Feb 9, 2024

Still need to fix the equality and ord operations.

@wmedrano wmedrano force-pushed the complex branch 2 times, most recently from 85d006f to 1c633fd Compare February 9, 2024 05:51
@wmedrano
Copy link
Contributor Author

wmedrano commented Feb 9, 2024

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.

@mattwparas mattwparas merged commit 40cd353 into mattwparas:master Feb 9, 2024
2 of 3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants