TOOLS AND TECHNIQUES FOR COMPILER DESIGN
MISCELLENOUS
Question
[CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
|
Grammar:X
|
Left recursive
|
|
Right Recursive
|
|
Ambiguious
|
|
None of the above
|
Explanation:
Detailed explanation-1: -Predictive Parsing To accomplish its tasks, the predictive parser uses a look-ahead pointer, which points to the next input symbols. To make the parser back-tracking free, the predictive parser puts some constraints on the grammar and accepts only a class of grammar known as LL(k) grammar.
There is 1 question to complete.