grammatical-parsers-0.7: parsers that combine into grammars
Safe HaskellSafe-Inferred
LanguageHaskell2010

Text.Grampa.ContextFree.LeftRecursive.Transformer

Description

Deprecated: Use Text.Grampa.ContextFree.SortedMemoizing.Transformer.LeftRecursive instead

A context-free parser that can handle left-recursive grammars and carry a monadic computation with each parsing result.

Documentation