Clara icon indicating copy to clipboard operation
Clara copied to clipboard

Parse prefixed hexadecimal/octal integers

Open mjerabek opened this issue 6 years ago • 0 comments

Integer parsing should support prefixed hexa/octal/binary strings: 0x10 -> 16, 010 (and 0o10) -> 8, 0b10 -> 2

mjerabek avatar Apr 24 '18 14:04 mjerabek