Closed jomo closed 9 years ago
Python supports 0xff and 0b101 syntax. Just needs some fancy way to ensure we're not including too much garbage with b and x in it
0xff
0b101
b
x
This was fixed by @NEMESIS13cz in d683203aca48bf50149c7048311ca86b2c6d5960
Python supports
0xff
and0b101
syntax. Just needs some fancy way to ensure we're not including too much garbage withb
andx
in it