next up previous contents
Next: Kernel Items Up: BOTTOM-UP PARSING Previous: Bottom-Up (Shift-Reduce) Parsing   Contents

$LR(0)$ items

An $LR(0)$ item is a production rule with the marker `` ${}_{\triangle}$'' somewhere on the r.h.s.

An $LR(0)$ item of the form $A\, \rightarrow\, \alpha_1\alpha_2 \ldots \alpha_i {}_{\triangle} \alpha_{i+1} \ldots \alpha_n$ means that:

Note that an item which has the `` ${}_{\triangle}$'' on the far right of the r.h.s. of a rule implies that it is time to perform a reduction by that rule (we've recognised everthing on the r.h.s.).



Subsections

James Power 2002-11-29