Question: (15pt) Using the underlying grammar below for arithmetic expressions: (1) Write an attribute grammar that will compute in one attribute post of the root the

(15pt) Using the underlying grammar below for arithmetic expressions: (1) Write an attribute grammar that will compute in one attribute post of the root the postfix form of the expression generated by the tree. The token represented by const is given by const.val. E + TTT TTi + T TT2 TTi + - T TT2 TT 7 T + FFT FT * F FT2 FT + / F FT2 FT 7 Fi + - F2 F + ( E) F + const (2) Using this attributed grammar, draw a decorated parse tree for the following string: - (a + b) * c
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
