pinchot-0.14.0.0: Build parsers and ASTs for context-free grammars

Safe HaskellNone
LanguageHaskell2010

Pinchot.Examples.AllEarleyGrammars

Description

Provides an example of the use of AllEarleyGrammars. You will want to look at the source code, as it shows what sort of Template Haskell splice to use.

Documentation

g'City :: forall r. Grammar r (Prod r String Char City) Source

g'Way :: forall r. Grammar r (Prod r String Char Way) Source

g'West :: forall r. Grammar r (Prod r String Char West) Source

g'East :: forall r. Grammar r (Prod r String Char East) Source