@hackage / paripari

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

Latest0.7.0.0

About

Metadata

  • Last updated , by minad
  • License MIT
  • Categories Text Processing
  • Maintained by: Daniel Mendler <mail@daniel-mendler.de>

  • Lottery factor: 0

Links

Installation

Tested Compilers

  1. 8.10.1
  2. 8.8.3
  3. 8.6.5
  4. 8.4.4

Readme

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.