Question: (a) (8 marks) Using the grammar: < assign = < expr > < expr > + < term >| < expr > < term

(a) (8 marks) Using the grammar: < assign = < expr > < expr > + < term >| < expr > < term >| < term > < term > * < factor ab|c < expr < term < factor > ( < expr >)| | < term >/ < factor >| < factor > show a parse tree and a rightmost derivation for: a = a+ (b/c+a) (b) (5 marks) Modify the above grammar to add the unary minus operator that has higher precedence than either of these binary operations +,-,/, or *.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
