Introduction to Compiler
Compiler structure; analysis and synthesis phases; basic compiler concepts.
B.Sc. CSIT - Sixth Semester
Compiler structure; analysis and synthesis phases; basic compiler concepts.
Role of lexical analyzer; input buffering; token specification; finite automata; RE to NFA; scanning.
Symbol table functions; attributes; data structures; runtime memory organization.
Three-address code; quadruples; DAG; syntax-directed translation; optimization; case studies.