mirror of
https://github.com/typeable/attoparsec.git
synced 2024-11-22 01:16:14 +03:00
A fast Haskell library for parsing ByteStrings
287a62d251
Allow semigroups-0.19 |
||
---|---|---|
benchmarks | ||
Data | ||
doc | ||
examples | ||
tests | ||
.ghci | ||
.gitignore | ||
.hgignore | ||
.hgtags | ||
.travis.yml | ||
attoparsec.cabal | ||
changelog.md | ||
LICENSE | ||
README.markdown | ||
Setup.lhs |
Welcome to attoparsec
attoparsec is a fast Haskell parser combinator library, aimed particularly at dealing efficiently with network protocols and complicated text/binary file formats.
Join in!
I'm happy to receive bug reports, fixes, documentation enhancements, and other improvements.
Please report bugs via the github issue tracker.
Master git repository:
git clone git://github.com/bos/attoparsec.git
Authors
This library is written and maintained by Bryan O'Sullivan, bos@serpentine.com.