[Haskell-cafe] ANN: iteratee-parsec 0.0.1

Maciej Piechotka uzytkownik2 at gmail.com
Thu Feb 18 08:27:30 EST 2010


Iteratee-parsec is a library which allows to have a parsec (3) parser in
IterateeG monad.

It contains 2 implementations:
- John Lato's on public domain. It is based on monoid and design with
short parsers in mind.
- Mine on MIT. It is based on single-linked mutable list. It seems to be
significantly faster for larger parsers - at least in some cases - but
it requires a monad with references (such as for example IO or ST).

Regards
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 198 bytes
Desc: This is a digitally signed message part
Url : http://www.haskell.org/pipermail/haskell-cafe/attachments/20100218/644130a5/attachment.bin


More information about the Haskell-Cafe mailing list