What is top-down parsing?
What is the simple leftmost strategy?
What LL-parsing? What is its starting point? What are its steps?
When is a variable useless?
How to determine if a variable is useless?
When is a variable productive?
When is a variable reachable?
How to determine the set First(A)?
How to determine the set Follow(.)?
What is a parser table?
LL parsing
What are the steps of a LL(1) parser?
What is a LL(k) grammar?
What is Left Factorization?