Subject Details
Dept     : CSE
Sem      : 5
Regul    : 2019
Faculty : P.Deepa
phone  : NIL
E-mail  : deep.p.cse@snsce.ac.in
365
Page views
5
Files
0
Videos
0
R.Links

Icon
Syllabus

UNIT
1
Formal Language and Regular Expressions

Languages, Definition Languages regular expressions, Finite Automata – DFA, NFA.Conversion of regular expression to NFA, NFA to DFA. Applications of Finite Automata to lexical analysis, lex tools.

UNIT
2
Context Free grammars and parsing

Context free grammars, derivation, parse trees, ambiguity LL(K) grammars and LL(1) parsing Bottom up parsing, handle pruning, LR Grammar Parsing, LALR parsing, parsing ambiguous grammars, YACC programming specification.

UNIT
3
Semantics and Context Sensitive Features

Syntax directed translation, S-attributed and L-attributed grammars, Intermediate code – abstract syntax tree, translation of simple statements and control flow statements. Context Sensitive features – Chomsky hierarchy of languages and recognizers. Type checking, type conversions, equivalence of type expressions, overloading of functions and operations

UNIT
4
Run Time Storage

Symbol table, Storage organization, storage allocation strategies scope access to now local names, parameters, language facilities for dynamics storage allocation. Code optimization Principal sources of optimization, optimization of basic blocks, peephole optimization, flow graphs, optimization techniques.

UNIT
5
Code Generation

Code generation : Machine dependent code generation, object code forms, generic code generation algorithm, Register allocation and assignment. Using DAG representation of Block

Reference Book:

1. Tremblay J P, Sorenson G P: “The Theory & Practice of Compiler writing”, 1st Edition, BSP publication, 2010. 2. Appel W & Andrew G M: “Modern Compiler Implementation in C”, 1st Edition, Cambridge University Press, 2003. 3. Louden: “Compiler Construction, Principles & Practice”, 1st Edition, Thomson Press, 2006. 4. Sipser Michael: “Introduction to Theory of computation”, 1st Edition, Thomson, 2009.

Text Book:

1. John E. Hopcroft, Rajeev M & J D Ullman: “Introduction to Automata Theory Languages &Computation”, 3rd Edition, Pearson Education, 2007. 2. Aho, Ullman, Ravisethi: “Compilers Principles, Techniques and Tools”, 2nd Edition, Pearson Education, 2009

 

Print    Download