Compiler Design: Important Points

Download as pdf or txt
Download as pdf or txt
You are on page 1of 1

Compiler Design

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)­SLR­LALR­CLR.

­ 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 1­9

You might also like