Compiler Design
Curriculum
- 4 Sections
- 40 Lessons
- 10 Weeks
Expand all sectionsCollapse all sections
- Introduction to the course1
- Introduction to Compilers31
- 3.1What are Compilers?
- 3.2How to translate?
- 3.3The Big picture
- 3.4How to translate easily?
- 3.5The first few steps
- 3.6Lexical Analysis
- 3.7The next step
- 3.8Parsing
- 3.9Understanding the meaning
- 3.10Semantic Analysis
- 3.11More on Semantic Analysis
- 3.12Compiler structure once again
- 3.13Front End Phases
- 3.14Syntax Analysis
- 3.15Semantic Analysis
- 3.16Code Optimization
- 3.17Example of Optimizations
- 3.18Code Generation
- 3.19Intermediate Code Generation
- 3.20Post translation Optimizations
- 3.21Compiler structure
- 3.22Final Compiler structure
- 3.23Advantages of the model
- 3.24Issues in Compiler Design
- 3.25Universal Intermediate Language
- 3.26How do we know compilers generate correct code?
- 3.27How to reduce development and testing effort?
- 3.28Specifications and Compiler Generator
- 3.29How to Retarget Compilers?
- 3.30Bootstrapping
- 3.31Compilers of the 21 st Century
- Lexical Analysis7
- Completion of Course1