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

Error when parsing hex number inside parenthesis #241

Closed
mocakturk opened this issue Jun 22, 2022 · 0 comments · Fixed by #242
Closed

Error when parsing hex number inside parenthesis #241

mocakturk opened this issue Jun 22, 2022 · 0 comments · Fixed by #242
Assignees
Labels

Comments

@mocakturk
Copy link

Hello,
Tool started to support hex (0x) and binary numbers (0b) starting with the latest release. However, I found a bug.

"(0x0)" --> Parse error: Invalid integer literal '0x0)'
"(0x0 )" --> Successfully calculated

This bug causes trouble when functions are used. E.g. "MyFunction(0xABC)"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants