Description
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. If the Acceptor fails, the Reporter returns a report about the parsing errors.