- Introduction
Chapter 1
Sections 1.1, 1.2, 1.3
Chapter 2
Sections 2.1, 2.2, 2.3
- Lexical Analysis
Chapter 3
Section 3.1, 3.3, 3.4, 3.6, 3.7, 3.8
LEX
Section 3.5
An Online Tutorial of Lex
- Syntax Analysis
Chapter 4
Section 4.1, 4.2
Elimination of Left Recursion and Left Factoring in Section 4.3
Section 4.4 (Top Down Parsing)
Section 4.5 (Bottom-Up Parsing)
Section 4.7 (LR Parsers)
Constructing SLR Parsing Tables (pp. 215 - 230)
- Syntax Directed Translation
Chapter 5
Section 5.1, 5.2, 5.3, 5.4, 5.5
- Type Checking
Chapter 6
Section 6.1, 6.2
- Intermediate Code Generation
Chapter 8
Section 8.1, 8.2, 8.3, 8.4, 8.6
- Code Generation
Chapter 9
Section 9.1, 9.2, 9.4, 9.5, 9.6, 9.8, 9.10
-