| |
| | [No title] |
 | | (3) Breadth-first search was used to handle non-determinism, and the parser's stack was generalized into a graph. |
 | | THE GRAPH-STRUCTURED PARSING STACK: Assuming that the LR(k) parsing table has states numbered 0, 1,..., Q-1 (Q = 12 for the grammar in Example 1), where 0 is the starting state, the parsing stack for the sentence above will have layers numbered 0, 1,..., 8. |
 | | Therefore, between any two vertices of the graph will lie at most ONE edge labeled by ONE node, e.g. |
| www.cs.cmu.edu /~gap/junk/tom/tomita.ref (1255 words) |
|