Enum cfg::history::BinarizedRhsSubset
[−]
[src]
pub enum BinarizedRhsSubset { Left, Right, All, }
Used to inform which symbols on a rule'Symbol RHS are nullable, and will be eliminated.
Variants
Left | The first of two symbols. | |
Right | The second of two symbols. | |
All | All 1 or 2 symbols. The rule is nullable. |