poryscript icon indicating copy to clipboard operation
poryscript copied to clipboard

Support binary notation numbers

Open huderlem opened this issue 5 years ago • 0 comments

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.

huderlem avatar Mar 28 '20 02:03 huderlem