Compilers
101
A practical compiler front-end course covering pipeline fundamentals, BNF grammar design, lexing, arena-backed interning, and recursive-descent parsing.
Chapters
Compiler Overview and Grammar Basics
Section 1
1 chapter
Build a mental model of the compiler pipeline, then formalize syntax with BNF so parsing becomes systematic.