- combineEpsilons :: forall phi t r rr. GContextFreeGrammar phi t r rr -> GContextFreeGrammar phi t r rr
- combineEpsilonsE :: forall phi t r rr. GExtendedContextFreeGrammar phi t r rr -> GExtendedContextFreeGrammar phi t r rr
Documentation
combineEpsilons :: forall phi t r rr. GContextFreeGrammar phi t r rr -> GContextFreeGrammar phi t r rrSource
Combine consecutive epsilon rules in a given grammar into a single epsilon rule.
combineEpsilonsE :: forall phi t r rr. GExtendedContextFreeGrammar phi t r rr -> GExtendedContextFreeGrammar phi t r rrSource
Combine consecutive epsilon rules in a given extended grammar into a single epsilon rule.