• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

Data/H09-Sep-2001-4,4422,152

benchmarks/H03-May-2022-1,6471,222

examples/H09-Sep-2001-466341

tests/H09-Sep-2001-1,216940

LICENSEH A D09-Sep-20011.4 KiB3124

README.markdownH A D09-Sep-2001600 2415

Setup.lhsH A D09-Sep-200176 42

attoparsec.cabalH A D09-Sep-20015.8 KiB203182

changelog.mdH A D09-Sep-20013.4 KiB12476

README.markdown

1# Welcome to attoparsec
2
3attoparsec is a fast Haskell parser combinator library, aimed
4particularly at dealing efficiently with network protocols and
5complicated text/binary file formats.
6
7# Join in!
8
9I'm happy to receive bug reports, fixes, documentation enhancements,
10and other improvements.
11
12Please report bugs via the
13[github issue tracker](https://github.com/bos/attoparsec/issues).
14
15Master [git repository](https://github.com/bos/attoparsec):
16
17* `git clone git://github.com/bos/attoparsec.git`
18
19Authors
20-------
21
22This library is written and maintained by Bryan O'Sullivan,
23<bos@serpentine.com>.
24