Writing a Lexer in C Without Losing Your Mind
A hand-written lexer for a toy language in about 300 lines of C — no flex, no dependencies, just pointer arithmetic an…
1 article
A hand-written lexer for a toy language in about 300 lines of C — no flex, no dependencies, just pointer arithmetic an…