✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
In the following augmented grammar with terminals { +, *, ( , ) , 1} and productions
A’ → A , A→ A + B / B , B→B * C / C, C→(A) / 1
If J is the set three of LR(0) items { }, then
goto( closure(J), +) U goto( closure(J), * )