Skip to content

Error when parsing hex number inside parenthesis #241

@mocakturk

Description

@mocakturk

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)"

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions