parsec-pratt

Pratt Parser combinator for Parsec

http://github.com/jh3141/parsec-pratt/

Latest on Hackage:0.1.1

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.

MIT licensed by Julian Hall
Maintained by [email protected]

A combinator to generate Pratt Parsers (aka Top Down Operator Precedence parsers) for expressions with infix and prefix operators. Integrates with Parsec.