Compiler Design: Important Points
Compiler Design: Important Points
Compiler Design: Important Points
Important Points :
Parsing : there is always a question related to parsing. You
need to practice all parsing technique because there is also
chances for linked questions. finding first and follow,
LL(1)LR(1)SLRLALRCLR.
Precedence and Associativity of operators.
Finding value from expression tree.
Ambiguous grammar.
Tips:
Ullman’s book is only best book for better understanding of the
subjects and sufficient for gate exam so you can refer it along
with solving previous year gate papers study topic from book then
attempt the questions this will give you confidence in GATE exam.
It is also called as DRAGON BOOK .
Relevant Chapters:
Aho & Ullman (2nd Edition) – Chapters 19