@hackage attoparsec-text0.8.0.0

Fast combinator parsing for texts

Welcome to attoparsec-text

attoparsec-text is a fast Haskell parser combinator library. It is designed after attoparsec library but working with Text instead of ByteStrings.

Join in!

I'm happy to receive bug reports, fixes, documentation enhancements, and other improvements.

Please report bugs via the bitbucket issue tracker.

Master Mercurial repository:

  • hg clone http://bitbucket.org/bos/attoparsec

There's also a git mirror:

  • git clone git://github.com/bos/attoparsec.git

(You can create and contribute changes using either Mercurial or git.)

Authors

This library is written and maintained by Bryan O'Sullivan, bos@serpentine.com.