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

Fixed parsing of floats with scientific notation #245

Merged
merged 2 commits into from
Feb 10, 2020
Merged

Fixed parsing of floats with scientific notation #245

merged 2 commits into from
Feb 10, 2020

Conversation

adumbidiot
Copy link
Contributor

Fixes scientific notation with floats. Resolves #204

@adumbidiot adumbidiot changed the title Fixed parsing of scientific notation with floats Fixed parsing of floats with scientific notation Feb 5, 2020
@adumbidiot
Copy link
Contributor Author

The number parser has a lot of bugs and probably should be rewritten in the future

@jasonwilliams
Copy link
Member

@adumbidiot thanks for this, yes i think the parsing around digits needs some work

@jasonwilliams jasonwilliams merged commit 080a335 into boa-dev:master Feb 10, 2020
@adumbidiot adumbidiot deleted the fix-issue-204 branch February 10, 2020 23:52
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.

Number(<float>e<int>) should work
2 participants