COMPILER DESIGN
Unit 3
1.Predictive parser(3rd prob)
2.CLR parser with eg
3.SLR parser
4.OR parser with eg and functions
5.Shift reduce parser(last prob)
6.LALR(last eg)
Unit 4
1.Declaration statements in Syntax Directed Translation
2.Storage organisation
3.Storage allocation strategy
4.Dependency Graph
5.Syntax tree for (x*y-5+2)
6.Syntax tree and DAG for (a*b)+(c-d)*(a-b)
7.Short notes on symbol table and parameter parsing
Unit 5
1.Sources of optimisation and assignment statements
2.Issues of code generator
3.Simple code generator
4.Peep hole optimisation and loop optimisation
5.Design of a code generator
6.Next use information
7.Three address code
8.Types implementation with eg