cassette

A combinator library for simultaneously defining parsers and pretty printers.

LTS Haskell 11.22:0.1.0
Stackage Nightly 2018-03-12:0.1.0
Latest on Hackage:0.1.0

See all snapshots cassette appears in

BSD-3-Clause licensed by Mathieu Boespflug
Maintained by Mathieu Boespflug
This version can be pinned in stack with:cassette-0.1.0@sha256:9bdebfb02a998085649b44e3344c19ec22518d6d611b3909f42d84f7d93d509b,1112
Depends on 1 package(full list with versions):

Combinator library for defining both type safe parsers and pretty printers simultaneously. This library performs well in practice because parsers and printers are implemented in CPS and because arguments are always curried, rather than packed into nested tuples.