Question: Which of the following is a requirement for an LL(1) parser?
Options:
Correct Answer: The grammar must be free of left recursion.
Solution:
An LL(1) parser requires the grammar to be free of left recursion to ensure that it can make decisions based on a single lookahead token.