poryscript
poryscript copied to clipboard
Support binary notation numbers
Currently, the lexer knows how to parse regular integers and 0x-prefixed hexadecimal integers. It should also be updated to support binary notation numbers. I believe the arm assembler uses 0b-prefix notation, and might support underscores within. Need to look closer at what exactly it supports.