Home / Our Books /  Engineering Books < CS/IT Branch / Compiler Construction
×

More Books related to same category

Internet Programming

Rs. 275

Engineering Geology

Rs. 230

Engineering Mathematics-I

Rs. 300

Antenna & Wave Propagation

Rs. 200

Advance Database Management System

Rs. 180

Compiler Construction

By Neetu Agrwal , Shreya Gupta

Ratings | 0 Reviews

Rs. 220

×
×
×
×
×

Specifications of Compiler Construction

Book Details

  • 978-81-88870-90-5
  • English
  • 2019
  • Paper Back
  • 266

Contents

  • Unit 1. Compiler, Translator, Interpreter definition, Phase of compiler introduction to one pass & Multipass compilers, Bootstrapping, Review of Finite automata lexical analyzer, Input, buffering, Recognition of tokens, Idea about LEX: A lexical analyzer generator, Error handling.

    Unit 2. Review of CFG Ambiguity of grammars, Introduction to parsing. Bottom up parsing Top down parsing techniques, Shift reduce parsing, Operator precedence parsing, Recursive descent parsing predictive parsers. LL grammars & passers error handling of LL parser. LR parsers, Construction of SLR, Conical LR & LALR parsing tables, parsing with ambiguous grammar. Introduction of automatic parser generator: YACC error handling in LR parsers.

    Unit 3. Syntax directed definitions; Construction of syntax trees, L-attributed definitions, Top down translation. Specification of a type checker, Intermediate code forms using postfix notation and three address code, Representing TAC using triples and quadruples, Translation of assignment statement. Boolean expression and control structures.

    Unit 4. Storage organization, Storage allocation, Strategies, Activation records, Accessing local and non local names in a block structured language, Parameters passing, Symbol table organization, Data structures used in symbol tables.

    Unit 5. Definition of basic block control flow graphs, DAG representation of basic block, Advantages of DAG, Sources of optimization, Loop optimization, Idea about global data flow analysis, Loop invariant computation, Peephole optimization, Issues in design of code generator, A simple code generator, Code generation from DAG.

     
    S. Solutions
    P. Papers