Question: a,b and c are constants Following pic is a example parse tree for (1+3)*2 4. (15pt) Using the underlying grammar below for arithmetic expressions: (1)

 a,b and c are constants Following pic is a example parse

a,b and c are constants

Following pic is a example parse tree for (1+3)*2

tree for (1+3)*2 4. (15pt) Using the underlying grammar below for arithmetic

4. (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 + T TT TT + T TT, TT + - T TT, TT + E T + F FT FT + * F FT2 FT + / F FT, FT + E F - - F F + (E) F const (2) Using this attributed grammar, draw a decorated parse tree for the following string: - (a + b) * c. FT48 ( E46) TT 1 const const 2 const 1 3 FT 3 3 const

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!