Support 0b and 0x syntax for calc #12

Closed
opened 2015-01-15 16:35:38 -05:00 by jomo · 1 comment
jomo commented 2015-01-15 16:35:38 -05:00 (Migrated from github.com)

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

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
jomo commented 2015-09-13 10:05:18 -04:00 (Migrated from github.com)

This was fixed by @NEMESIS13cz in d683203aca

This was fixed by @NEMESIS13cz in d683203aca48bf50149c7048311ca86b2c6d5960
This repo is archived. You cannot comment on issues.
1 Participants
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Redstoner/redstoner-utils#12