The latest version of paripari is 0.7.0.0-0.
paripari
Version 0.4.0.0 revision 0 uploaded by minad.
Package meta
- Synopsis
- Parser combinators with fast-path and slower fallback for error reporting
- Description
PariPari offers two parsing strategies. There is a fast Acceptor and a slower Reporter which are evaluated in parallel. If the Acceptor fails, the Reporter returns a report about the parsing errors. Like Attoparsec, the parser combinators backtrack by default.
- Author
- Daniel Mendler <mail@daniel-mendler.de>
- Bug reports
- https://github.com/minad/paripari/issues
- Category
- Text
- Copyright
- 2018 Daniel Mendler
- Homepage
- https://github.com/minad/paripari#readme
- Maintainer
- Daniel Mendler <mail@daniel-mendler.de>
- Package URL
- n/a
- Stability
- experimental