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

Safe HaskellNone
LanguageHaskell2010

Pinchot.Examples.QualifiedImport

Description

Provides an example of the use of earleyParser with a qualified import of the data types that comprise the grammar.

Synopsis

Documentation

myParser :: Grammar r (Prod r String Char Address) Source

Earley parser created using Template Haskell.