Overview
Learn about the LALR(1) parser, a bottom-up parsing technique used in compiler design. Explore the step-by-step process of constructing a parse tree using the LALR(1) parser, including creating augmented grammar, calculating LR(1) items, numbering productions, identifying states, constructing parsing tables, and parsing input strings. Gain insights into the differences between LR(0) and LR(1) items, and understand how to construct parse trees in a bottom-up manner.
Syllabus
LALR( ) Parser || Bottom-up Parsing || Types of LR Parsers || Compiler Design
Taught by
Sundeep Saradhi Kanthety