Question: What does the \'reduce\' action do in an LR parser?
Options:
Correct Answer: It pops symbols from the stack and replaces them with a non-terminal.
Solution:
The \'reduce\' action in an LR parser pops a number of symbols from the stack and replaces them with a non-terminal according to a production rule.