Question: Which of the following is true about SLR parsing?
Options:
Correct Answer: It is less powerful than canonical LR parsing.
Solution:
SLR parsing is less powerful than canonical LR parsing as it uses a simpler method for constructing the parsing table.