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

handle exponent notation floats and _s #104

Merged
merged 5 commits into from
Aug 5, 2024
Merged

Conversation

ldemailly
Copy link
Member

@ldemailly ldemailly commented Aug 5, 2024

fixes #103

doesn't complain about multiple consecutive _ but... the float parser will in eval phase

@ldemailly ldemailly requested a review from ccoVeille August 5, 2024 01:02
@ldemailly
Copy link
Member Author

this one is the ez one :) well though it took me a bit to get the lexer corner cases to work, but #102 is where additional eyes could be useful

@ldemailly ldemailly merged commit e5f18a8 into main Aug 5, 2024
1 check passed
@ldemailly ldemailly deleted the underscore_in_numbers branch August 5, 2024 13:58
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.

Support _ thousands separator; handle exponent floating point notation
2 participants