Compiler Design (CD)

-> Chapter 1: Introduction to Compiler [Language processing System ,Compiler ,Phases of Compiler , Lexical Analysis]

->Chapter 2: Parsing [Syntax Analysis , CFG, Ambiguous Grammar , Recursive Grammar ,Left Factoring ,Top down parser : LL(1),FIRST & FOLLOW , Bottom up parser : shift-reduce parsing  ,LR(0),SLR(1),CLR(1), LALR(1), Operator Precedence grammar ]

->Chapter 3:SDT,Code generation & optimization [syntax-directed translation. Runtime environments. Intermediate code generation . Local optimization, Data flow analyses: constant propagation, liveness analysis, common subexpression elimination. ]