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

Decimals and complex numbers #310

Merged
merged 15 commits into from
Dec 2, 2021
Merged

Decimals and complex numbers #310

merged 15 commits into from
Dec 2, 2021

Conversation

lyxal
Copy link
Member

@lyxal lyxal commented Dec 1, 2021

Closes #291
Closes #305

Add -ḋ flag for decimal output
Add øḋ element to force str as decimal
Implemented complex number syntax.

Copy link
Collaborator

@pxeger pxeger left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

  • Why was tests/test_transpiler.py deleted?
  • Needs documentation

@lyxal
Copy link
Member Author

lyxal commented Dec 1, 2021

  • Why was tests/test_transpiler.py deleted?
  • Needs documentation

Because it was 12:20am and I wanted the checks to pass before I went to sleep.

@lyxal
Copy link
Member Author

lyxal commented Dec 1, 2021

But also, there's only one test case in the file, making it basically useless because it's only testing if statements. It's temporarily removed

Copy link
Member

@zoomlogo zoomlogo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You know; i didnt check this properly but ok.

@lyxal lyxal requested a review from pxeger December 2, 2021 07:12
@lyxal lyxal merged commit c73a818 into main Dec 2, 2021
@lyxal lyxal deleted the decimals-and-complex-numbers branch December 2, 2021 13:04
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.

° doesn't do anything No way to display a decimal
4 participants