Lexing Numbers in Multiple BasesSun Jun 1, 2025 at 14:29·785 words·4 minsLexer Compiler SoftwareWhy and how to support hexadecimal, octal, and binary literals in your lexer. Improve dev experience by validating and parsing multiple bases at compile time.