450
Page views
33
Files
0
Videos
0
R.Links

Icon
Announcements

  • Lecture Notes

    Dear Students the Lecture Notes has been uploaded for the following topics:
    Syntax directed translation,
    Intermediate code ,
    abstract syntax tree, translation of simple statements and control flow statements,
    Type checking, type conversions, equivalence of type expressions,
    overloading of functions and operations,
    Symbol table, Storage organization, storage allocation strategies ,
    parameters, language facilities for dynamics storage allocation,
    Code optimization ,
    Principal sources of optimization,
    optimization of basic blocks, peephole optimization,,
    flow graphs, optimization techniques,
    Code generation ,
    Register allocation and assignment,
    DAG,
    object code forms, generic code generation algorithm,
    Machine dependent code generation

  • Lecture Notes

    Dear Students the Lecture Notes has been uploaded for the following topics:
    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,
    derivation, parse trees,
    Context Free grammars and parsing ,
    ambiguity LL(K) grammars and LL(1) parsing Bottom up parsing,
    LALR parsing, parsing ambiguous grammars,
    handle pruning, LR Grammar Parsing,