1.

State true or false:Statement: LALR parsers uses tables rather than mutually recursive functions.(a) Statement: LALR parsers uses tables rather than mutually recursive functions.(b) true(c) falseI got this question by my school teacher while I was bunking the class.The doubt is from Applications in portion Context Free Grammars and Languages of Automata Theory

Answer»

Right choice is (b) true

The explanation: It is EXACTLY the opposite case where LALR parsers USES MUTUALLY recursive functions INSTEAD of tables. It is a simplified version of CANONICAL left to right parser.



Discussion

No Comment Found

Related InterviewSolutions