-
-
Notifications
You must be signed in to change notification settings - Fork 126
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
Allow starting a number with a decimal point #221
Comments
It's certainly possible. The parser would have to be changed. I'm not really sure why I decided against implementing in the past. I think I'd be in favor if someone wants to work on this. |
triallax
added a commit
to triallax/insect
that referenced
this issue
May 13, 2022
triallax
added a commit
to triallax/insect
that referenced
this issue
May 13, 2022
triallax
added a commit
to triallax/insect
that referenced
this issue
May 18, 2022
sharkdp
pushed a commit
that referenced
this issue
May 18, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
≫ 0.5
= 0.5
≫ .5
Parse error at position 1: Expected identifier
Is there possibility for supporting numbers starting with a decimal point?
The text was updated successfully, but these errors were encountered: