# 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](http://bitbucket.org/bos/attoparsec/issues).
Master [Mercurial repository](http://bitbucket.org/bos/attoparsec):
* `hg clone http://bitbucket.org/bos/attoparsec`
There's also a [git mirror](http://github.com/bos/attoparsec):
* `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>.