# 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.
Master [darcs repository](http://patch-tag.com/r/felipe/attoparsec-text/home):
* `darcs get http://patch-tag.com/r/felipe/attoparsec-text`
Authors
-------
This library is written by Felipe Lessa as a port of Bryan
O'Sullivan's attoparsec.