1.

Which of the following parser performs top down parsing?(a) LALR parser(b) LL parser(c) Recursive Accent parser(d) None of the mentionedI have been asked this question in semester exam.My enquiry is from Applications topic in portion Context Free Grammars and Languages of Automata Theory

Answer»

The correct OPTION is (B) LL parser

To EXPLAIN I would say: Bottom up PARSING is done by shift reduce parsers like LALR parsers, Operator PRECEDENCE parsers, simple precedence parsers, etc.



Discussion

No Comment Found

Related InterviewSolutions