paripari

Parser combinators with fast-path and slower fallback for error reporting

https://github.com/minad/paripari#readme

LTS Haskell 18.28:0.7.0.0
Stackage Nightly 2021-06-14:0.7.0.0
Latest on Hackage:0.7.0.0

See all snapshots paripari appears in

MIT licensed and maintained by Daniel Mendler
This version can be pinned in stack with:paripari-0.7.0.0@sha256:01bc6db922c8897df57690bf6015722bc041347ab82cff0f0d2134be2fd37e03,2968
Used by 1 package in nightly-2020-09-24(full list with versions):

PariPari offers two parsing strategies. There is a fast Acceptor and a slower Reporter. If the Acceptor fails, the Reporter returns a report about the parsing errors.