Consider the following grammar
S→ S * E S→ E E→ F + E E→ F F→ id Consider the following LR(0) items corresponding to the grammar above
S → S *.E E → F. + E E → F + .E Given the items above, which two of them will appear in the same set in the canonical sets-of-items for the grammar?
Reveal answer
Fill a bubble to check yourself
