

InterviewSolution
Saved Bookmarks
1. |
Which of the following is a parser for an ambiguous grammar?(a) GLR parser(b) Chart parser(c) All of the mentioned(d) None of the mentionedThis question was posed to me in quiz.This question is from Ambiguous Grammar topic in division Context Free Grammars and Languages of Automata Theory |
Answer» RIGHT option is (c) All of the mentioned Easiest EXPLANATION: GLR parser: a type of parser for non DETERMINISTIC and AMBIGUOUS grammar Chart parser: aa type of parser for ambiguous grammar. |
|