Question: What is the primary purpose of a parsing table in LR parsing?
Options:
Correct Answer: To determine the next action based on the current state and input symbol.
Solution:
The parsing table in LR parsing is used to determine the next action based on the current state and input symbol.