InterviewSolution
Saved Bookmarks
| 1. |
Which of the following statement is true?(a) SLR powerful than LALR(b) LALRpowerful than Canonical LR parser(c) Canonical LRpowerful than LALR parser(d) The parsers SLR= Canonical LR=LALRThis question was posed to me in examination.I need to ask this question from Implementation of the Translation Specified by Syntax-Directed Definitions topic in chapter Syntax Directed Definition and Translations of Compiler |
|
Answer» The correct answer is (c) Canonical LRpowerful than LALR PARSER |
|