451
Page views
33
Files
0
Videos
0
R.Links

Icon
Lecture Notes

UNIT 1:
word
download   open file
Formal Language and Regular Expressions
word
download   open file
Languages, Definition
word
download   open file
Languages regular expressions
word
download   open file
Finite Automata
word
download   open file
DFA, NFA.Conversion of regular expression to NFA, NFA to DFA.
word
download   open file
Applications of Finite Automata to lexical analysis
word
download   open file
lex tools
UNIT 2:
word
download   open file
derivation, parse trees
word
download   open file
Context Free grammars and parsing
word
download   open file
ambiguity LL(K) grammars and LL(1) parsing Bottom up parsing
word
download   open file
LALR parsing, parsing ambiguous grammars
word
download   open file
LALR parsing, parsing ambiguous grammars
word
download   open file
handle pruning, LR Grammar Parsing,
word
download   open file
LALR parsing, parsing ambiguous grammars
UNIT 3:
word
download   open file
Syntax directed translation
word
download   open file
Intermediate code
word
download   open file
abstract syntax tree, translation of simple statements and control flow statements
word
download   open file
Type checking, type conversions, equivalence of type expressions
word
download   open file
overloading of functions and operations
word
download   open file
Type checking, type conversions, equivalence of type expressions
word
download   open file
Type checking, type conversions, equivalence of type expressions
UNIT 4:
word
download   open file
Symbol table, Storage organization, storage allocation strategies
word
download   open file
parameters, language facilities for dynamics storage allocation
word
download   open file
parameters, language facilities for dynamics storage allocation
word
download   open file
Code optimization
word
download   open file
Principal sources of optimization
word
download   open file
optimization of basic blocks, peephole optimization,
word
download   open file
flow graphs, optimization techniques
UNIT 5:
word
download   open file
Code generation
word
download   open file
Register allocation and assignment
word
download   open file
DAG
word
download   open file
object code forms, generic code generation algorithm
word
download   open file
Machine dependent code generation