Curriculum
- 2 Sections
- 22 Lessons
- 24 Weeks
Expand all sectionsCollapse all sections
- Index21
- 6.1System Programming and Compiler Design Introduction14 Minutes
- 6.2Phases of compiler9 Minutes
- 6.3Basic Concept of Parser and Parse Tree9 Minutes
- 6.4Eliminate left recursion and left factoring7 Minutes
- 6.5How to Find First and Follow Basics (part 1)9 Minutes
- 6.6First and Follow solved example (part 2)17 Minutes
- 6.7First and Follow solved example (Part 3)5 Minutes
- 6.8Predictive Parser (Part 1)16 Minutes
- 6.9Predictive Parser (Part 2)11 Minutes
- 6.10Recursive Descent parser with solved example7 Minutes
- 6.11Operator Precedence Parser with Solved Example(part 1)21 Minutes
- 6.12Operator Precedence Parser with Solved Example (part 2)12 Minutes
- 6.13LR Parsing | LR (0) item | LR (0) Parsing table solved Example31 Minutes
- 6.14SLR (1) parsing with solved example| SLR (1) parsing table |12 Minutes
- 6.15Examples of LR(0) or SLR(1)16 Minutes
- 6.16CLR1 and LALR1 with Solved Example28 Minutes
- 6.17DAG(direct a cyclic graph)4 Minutes
- 6.18Yacc (Yet another compiler compiler )5 Minutes
- 6.19Activation Records in Compiler Design11 Minutes
- 6.20Synthesized & Inherited Attributes7 Minutes
- 6.21Peep Hole Optimization8 Minutes
- Notes1
Peep Hole Optimization
Prev