Home > attoparsec-enum

attoparsec-enum

Attoparsec-enum is a project mainly written in Haskell, based on the BSD-3-Clause license.

An adapter to convert attoparsec Parsers into blazing-fast Iteratees based on the alternative Data.Enumerator iteratee package

Readme

This package establishes a quick way to transform Attoparsec parsers into iteratees ready to be used with the enumerator library. Special thanks go to the enumerator-iteratee package for inspiration and reference.

I hope it will be useful to people out there and please let me know if you encounter any issues with it.

I am hoping to provide a few examples soon under an /examples directory

A Word on The Enumerator Package

The enumerator library is an alternative implementation of Oleg's iteratees.

Previous:AzStuff