Thursday 22 August 2013

COMPILER CONSTRUCTION SYLLABUS

MCA-504 SYSTEM PROGRAMMING AND COMPILER CONSTRUCTION
UNIT – I
System Software: Definition, evolution of System Software. Assemblers: Elements of Assembly language programming, overview of assembly process, design options- one pass assembler & multi pass assembler. Macro processors: Basic functions, Design options-Recursive macro expansion, General purpose macro processors, Macro processing within language translators. Loaders & Linkage Editors: Loading, Linking & Relocation, Program relocatibility, Overview of Linkage editing, linking for program overlays.

UNIT – II
Compilers: Phases and passes, analysis-synthesis model of translation, compiler construction tools. Lexical Analysis: Process of lexical analysis, finite state automata, DFA and NFA, recognition of regular expressions, LEX. Formal  grammars and their application to syntax analysis, BNF notation, ambiguity, YACC. The syntactic specification of programming languages: Context free grammars, derivation and parse trees, capabilities of CFG.

UNIT – III
Parsing Techniques: top down & bottom-up parsing, Shift reduce parsing, operator precedence parsing, predictive parsers Automatic Construction of efficient Parsers: LR parsers, the canonical Collection of LR(0) items, constructing SLR parsing tables, constructing Canonical LR parsing tables, Constructing LALR parsing tables, using ambiguous grammars, an automatic parser generator, implementation of LR parsing tables, constructing LALR sets of items.
UNIT – IV
Intermediate Code Generation: Issues in the design of a code generator, Intermediate languages, generating intermediate code for declarative statement, assignment statement, Boolean expression, and case statement. Code  Optimization: potential cases of code optimization, optimization of basic blocks, loops in flow graphs, code improving transformation. 

Text books:
1. Alfred V Aho and Jeffery D Ullman, Principles of Compiler Design,
Narosa/Addison Wesley.
2. Dhamdhere D.M, System programming and operating system,
(Tata Mc-Graw-Hill).
3. Beck L. Leland, System Software, 3/e, Addison Wesley - 2000.
Reference Books:
1. Aho, Sethi, & Ullman, Compilers Principles, Techniques and Tools, Addison
Wesley.
2. Jean Paul Tremblay and Sorenson, The Theory and Practice of Compiler
Writing, McGraw Hill.
3. Donovan J. John, System Programming, Tata McGraw Hill.


No comments:

Post a Comment