Multiple choice

Which of the following is a command line tool that accepts a grammar description as input and generates the code for a parser for that grammar as output?

  1. Interpreter

  2. YACC

  3. MASM32

  4. Byte code verifier

  5. Code verification

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

It is a command line tool that accepts a grammer description as input and generates the code for a parser for that grammer as output.