applicative-parsec

An applicative parser combinator library

https://www.github.com/ktvoelker/AParsec

Latest on Hackage:0.1.0.0

This package is not currently in any snapshots. If you're interested in using it, we recommend adding it to Stackage Nightly. Doing so will make builds more reliable, and allow stackage.org to host generated Haddocks.

GPL-3.0-only licensed by Karl Voelker
Maintained by [email protected]

The goal of this library is to take advantage of the power of applicatives to provide not only a parser combinator library, but grammar analysis and validation tools. Right now, those tools are minimal, but do include a BNF generator.