-
Notifications
You must be signed in to change notification settings - Fork 19
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
Failure to parse number #153
Comments
Thanks for reporting this bug! So apparently a hexadecimal at the decimal point just means I'll fix it. In the meantime, may I ask what the use case of those numbers is? I can imagine it's incredibly hard to read floating decimals. What do you use them for? |
Fixed in b3d6a0b |
It was causing an error to show in obfuscated lua files, so I guess that's a use case |
That's not the first time obfuscated Lua files cause bug reports to glualint. I guess obfuscation is useful after all. |
The code
print(0x1.4911360AE2a88p-2)
Fails with glualint
But prints in gmod
Numbers like
0x0.0fp-2
also fail so I think it's an issue with the letters on the right side of the decimal in hex numbersThe text was updated successfully, but these errors were encountered: