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

Support 64bit integer literals #279

Merged
merged 1 commit into from
Aug 17, 2023
Merged

Support 64bit integer literals #279

merged 1 commit into from
Aug 17, 2023

Conversation

b-studios
Copy link
Collaborator

This PR adds support for 64bit integer literals by using Long instead of Int (in Scala) to represent literals.

This closes #269.

@b-studios
Copy link
Collaborator Author

Note that the JavaScript backend will (as before) use the generic number type, so it will not have enough precision to accurately store full 64bit integers.

@b-studios b-studios merged commit 1f73b0a into master Aug 17, 2023
2 checks passed
@b-studios b-studios deleted the refactor/64bit-integer branch August 17, 2023 09:01
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.

Numbers higher than INT32_MAX crash the parser
1 participant