Question: Construct a SLR parser table for the grammar. Show stepsS -> E = EE -> E + iS -> iE -> i =E E->E+i S->i E->i There are 3 steps to solve this one.