Initial item of an augmented grammar #
The fresh-start rule is the head of the augmented grammar's rule list. This
file records its finite rule index and the canonical item
[S' -> . S, EOF^k], and proves the semantic validity of the initial item
closure.
The rule-list index of the distinguished augmentation rule.
Equations
- CF_grammar.LRk.startRuleIndex G = ⟨0, ⋯⟩
Instances For
@[simp]
The canonical kernel item [S' -> . S, EOF^k].
Equations
Instances For
@[simp]
@[simp]
@[simp]
@[simp]
@[simp]
@[simp]
The fresh-start item is semantically valid before scanning any grammar symbol.
The raw kernel of the canonical viable-prefix automaton.