Course curriculum

  • 1

    Unit-1

    • Introduction

    • Phases of a Compiler

    • Converting High level language to Assembly level language

    • V3

    • V4

    • V5

    • V6

    • V7

    • V8

    • V9

    • V10

    • V11

    • V12

    • V13

    • V15

  • 2

    UNI2

    • synatx analysis:Lexical analyzer design,Regular expression,finite automata

    • "CFG-Context free grammer,Parse tree,left recursion,elimination of left recursion,Hidden left recursion,"

    • predictive parser or LL(1):First symbol calculation,

    • Follow calculation:Construction of parsing table

    • "Left factoring:parser design method,topdown parsing,recursive decent parser, predictive parser,Transaction diagram,"

    • construct LL(1) parse:

    • LR Parsing:SLR,CLR,LALR, LR parsing process,

    • SLR(1) Parsing:Augumented grammer,

  • 3

    UNIT-3

    • V1

    • V2

    • V3