@hackage attoparsec-text0.8.5.3
(deprecated)
Categories
License
BSD-3-Clause
Maintainer
Felipe Lessa <felipe.lessa@gmail.com>
Links
Versions
Deprecated
Dependencies (5)
- array >=0.1 && <0.4
- base >=3 && <5
- containers >=0.1.0.1 && <0.5
- text >=0.10 && <0.12
- attoparsec >=0.7 && <0.10 Show all…
Dependents (12)
@hackage/sindre, @hackage/SVGFonts, @hackage/configurator, @hackage/acme-everything, @hackage/attoparsec-text-enumerator, @hackage/wai-handler-devel, Show all…
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:
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.