consider the following grammar along its semantic rules and its Parsing Table.
1.E→ E+T { add value of E and T and save to a new variable} 2.E→T 3.T→id { conv