hamler
hamler copied to clipboard
Support binary, octal, and hex literals
- [ ] binary: 0b10, 0B10
- [ ] octal: 0o1, 0O1, 0o52, 0O52
- [x] hex: 0x1, 0X1, 0x2a, 0X2A