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

REPL parsing error on floating point numbers with exponent #1822

Closed
nbos opened this issue Dec 29, 2022 · 2 comments
Closed

REPL parsing error on floating point numbers with exponent #1822

nbos opened this issue Dec 29, 2022 · 2 comments
Labels

Comments

@nbos
Copy link
Contributor

nbos commented Dec 29, 2022

Entering 1e12f32 in the REPL is answered with

Unknown name "e12f32"

This is fairly recent since it worked fine on a build from a little over 2 weeks ago.

@athas
Copy link
Member

athas commented Dec 29, 2022

This is probably due to the lexer changes I made recently. I'll cook up a fix.

@athas
Copy link
Member

athas commented Dec 29, 2022

Wait, it only fails in the REPL? That is truly mysterious. They use the same lexer and parser.

@athas athas added the bug label Dec 29, 2022
@athas athas closed this as completed in 1cca88e Dec 29, 2022
athas added a commit that referenced this issue Dec 29, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants