1.

The _______ table is created by YACC.(a) LALR parsing(b) LL parsing(c) GLR parsing(d) None of the mentionedThe question was posed to me during an interview.This intriguing question originated from YACCParser Generator topic in section Context Free Grammars and Languages of Automata Theory

Answer»

Right OPTION is (a) LALR parsing

To explain: LALR parser generator is software tool that reads a BNF grammar and CREATES a LALR parser which is CAPABLE of parsing FILES written in PROGRAMMING language identified by BNF grammar.



Discussion

No Comment Found

Related InterviewSolutions