InterviewSolution
Saved Bookmarks
| 1. |
Which of the following software tool is parser generator?(a) Lex(b) Yacc(c) Lex & Yacc(d) None of the mentionedThe question was asked in final exam.My query is from SDT Schemes to Specify Translation of various Programming Language Construct in portion Syntax Directed Definition and Translations of Compiler |
|
Answer» RIGHT option is (B) YACC Easy EXPLANATION: YACC is a LALR parser. |
|