Compiler Design

Parsing

Go deeper into parsing — from how bottom-up parsers reduce the input back to the start symbol, through operator precedence parsing for expression grammars, to the full LR family (SLR, CLR, LALR) used by real-world parser generators like yacc and bison.

Topics