attoparsec-parsec-0.0.1: An Attoparsec compatibility layer for Parsec

The attoparsec-parsec package

This package provides an implementation of Data.Attoparsec.Text in terms of Parsec. It can be used to write parsers that can be compiled against both Attoparsec and Parsec.

Attoparsec is an awesome and very fast library, but it still has a weak point: It does not generate very useful error messages on parse errors. Compiling an Attoparsec parser against Parsec can be useful for at least two scenarios.

A simple usage example is here: https://github.com/sol/attoparsec-parsec#readme

Properties

Versions0.0.0, 0.0.1, 0.0.2
Dependenciesattoparsec (≥0.10.0.0), base (4.*), parsec (≥3.1.2), text
LicenseMIT
Copyright(c) 2011, 2012 Simon Hengel
AuthorSimon Hengel <sol@typeful.net>
MaintainerSimon Hengel <sol@typeful.net>
CategoryParsing
Source repositorygit clone https://github.com/sol/attoparsec-parsec
Upload dateSun Jun 17 18:35:24 UTC 2012
Uploaded bySimonHengel
Built onghc-7.4

Modules

Downloads