Constructing SLR Parsing Table: 1. Construct the canonical collection of sets of LR(0) items for G'. C ¬ {I 0 ,...,I n } 2. Create the parsing action table as follows If a is a terminal, A→ a •a b in I i and goto(I i ,a)=I j then action[i,a] is shift j ...