LL Parsing Flashcards
1
Q
What is top-down parsing?
A
2
Q
What is the simple leftmost strategy?
A
3
Q
What LL-parsing? What is its starting point? What are its steps?
A
4
Q
When is a variable useless?
A
5
Q
How to determine if a variable is useless?
A
6
Q
When is a variable productive?
A
7
Q
When is a variable reachable?
A
8
Q
How to determine the set First(A)?
A
9
Q
How to determine the set Follow(.)?
A
10
Q
What is a parser table?
LL parsing
A
11
Q
What are the steps of a LL(1) parser?
A
12
Q
What is a LL(k) grammar?
A
13
Q
What is Left Factorization?
A