Subject Details
Dept     : CSE
Sem      : 5
Regul    : R2019
Faculty : SHOBANA M
phone  : NIL
E-mail  : shobanavsm@gmail.com
478
Page views
27
Files
3
Videos
0
R.Links

Icon
Lecture Notes

UNIT 1:
word
download   open file
Introduction to Finite Automata
word
download   open file
Types of Grammars
word
download   open file
Regular Expressions, Identity rules for Regular Expressions
word
download   open file
FSA- Deterministic Finite State Automata(DFA)
word
download   open file
Non Deterministic Finite State Automata(NDFA)
word
download   open file
Non Deterministic Finite State Automata(NDFA)
word
download   open file
Pushdown Automata - Languages of a Pushdown Automata
word
download   open file
Turing Machines- Languages of Turing Machine
UNIT 2:
word
download   open file
Introduction to Compiling, Compilers
word
download   open file
The phases – Cousins – The grouping of phases
word
download   open file
The role of the lexical analyzer
word
download   open file
Input buffering – Specification and Recognition of tokens
word
download   open file
Finite automata – Regular expression to finite automata
UNIT 3:
word
download   open file
Syntax Analysis, The role of the parser
word
download   open file
Context-free grammars, Writing a grammar, Top down parsing, Bottom-up Parsing
word
download   open file
Bottom –Up: LR parsers
word
download   open file
SLR Parsers
word
download   open file
CLR, LALR Parsers
word
download   open file
Summary of parsers, Tool to generate parser
word
download   open file
Semantic Analysis: Type Checking, Type Systems , Specification of a simple type checker
UNIT 4:
word
download   open file
Storage organization
word
download   open file
Run-Time Environments, Source language issues
word
download   open file
Storage-allocation strategies
word
download   open file
Intermediate Representation: parse tree, 3 address code and postfix Notation
UNIT 5:
word
download   open file
Introduction to optimization techniques – The principle sources of optimization
word
download   open file
Next-use information &A simple code generator