-
-
Notifications
You must be signed in to change notification settings - Fork 231
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
Missing parse from binary literal to integer #552
Comments
Hello @RafaelEnriquez ; I think the linked PR should solve this, if you have time, can you take a look? |
Hi @StefH , thanks for your work on this. I was expecting the fix to be something like the existing code for hexadecimal in "ExpressionParser.ParseIntegerLiteral". Does this PR makes the provided fiddle test pass??? Regards |
Hello @RafaelEnriquez, I did move some code from (I think this covers your scenario, but if you have questions or want to add more test, please let me know) |
Hello @RafaelEnriquez, did you have time to check if the unit-test is enough for your scenario? |
Hi @StefH . Yes, the tests you added are enough. Thank you very much. |
ExpressionParser parses from hexadecimal literal to integer, but is missing a parse from binary literal to integer.
https://dotnetfiddle.net/cTfqh7
Exception
The text was updated successfully, but these errors were encountered: