Clara
Clara copied to clipboard
Parse prefixed hexadecimal/octal integers
Integer parsing should support prefixed hexa/octal/binary strings:
0x10 -> 16, 010 (and 0o10) -> 8, 0b10 -> 2