COMPILER DESIGN
CS304
Overview
The objective of the course is to provide a thorough understanding of the internals of Compiler Design to students.It explores the principles, algorithms, and data structures involved in the design and construction of compilers. Topics include context-free grammars, lexical analysis, parsing techniques, symbol tables, error recovery, code generation, and code optimization.
INSTRUCTOR
ANOOPA S
Prerequisites
- CS301:Theory of Computation
Syllabus
Course Materials
- Lectures
References
- Textbook : Aho A. Ravi Sethi and D Ullman. Compilers – Principles Techniques and Tools, Addison Wesley, 2006.
- NPTEL Course : Compiler Design