[QOL] add support for binary and octal notation for number parsing
Posted: Wed Dec 18, 2024 2:26 am
The number input window supports 0x... hexadecimal notation, so it stands to reason it'd be nice to have 0o... and 0b... for octal and binary respectively. I *think* I recall that the string parsing is using an in-house solution from some friday facts, so shouldn't be difficult to add?