grammar-combinators-0.2.4: A parsing library of context-free grammar combinators.

Text.GrammarCombinators.Utils.MemoizeGrammar

Synopsis

Documentation

memoizeGrammarR :: MemoFam phi => GRegularGrammar phi t r rr -> GRegularGrammar phi t r rrSource

Memoize the production rules of a regular grammar. Currently not sure if this is ever useful.

memoizeGrammar :: MemoFam phi => GContextFreeGrammar phi t r rr -> GContextFreeGrammar phi t r rrSource

Memoize the production rules of a grammar. Currently not sure if this is ever useful.

memoizeGrammarE :: MemoFam phi => GExtendedContextFreeGrammar phi t r rr -> GExtendedContextFreeGrammar phi t r rrSource

Memoize the production rules of an extended grammar. Currently not sure if this is ever useful.