pinchot-0.24.0.0: Write grammars, not parsers

Safe HaskellNone
LanguageHaskell2010

Pinchot.Examples.Postal

Description

This module contains a context-free grammar for U.S. postal addresses. It would never hold up to real-world use but it gives you a good idea of how to write grammars in Pinchot.

The grammar is ambiguous.

There are no signatures; the type of every declaration in the module is Rule Char.

Documentation