Question: Consider the following BNF grammar: EXP ::= ( LIST ) | a LIST ::= LIST , EXP | EXP Note that there are FOUR tokens:
Consider the following BNF grammar: EXP ::= ( LIST ) | a LIST ::= LIST , EXP | EXP Note that there are FOUR tokens: ( , ) a and two nonterminals: EXP LIST (a) Draw a parse tree for ((a,a),a,(a)) (b) Translate it into EBNF (c) Draw syntax diagrams (d) Compute First and Follow sets for each of the non-terminals
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
