Published onAugust 9, 2026Building a Lexer Framework Part 3 - Executing the state machinelexerparsersformal-languagesI keep pressing keys until I have a fully functional lexer. I wonder, how will it perform against a professional one like ANTLR4? 🤔
Published onAugust 2, 2026Building a Lexer Framework Part 2 - The state machinelexerparsersformal-languagesUsing the black magic we developed for the regex engine we can easily create a state machine for any set of lexer rules.
Published onJuly 24, 2026Building a Lexer Framework Part 1 - Introductionlexerparsersformal-languagesOn the journey to reinvent the wheel yet again while learning formal languages, it is time to build a lexer to generate old-school non-AI tokens