Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/haskell/attoparsec

A fast Haskell library for parsing ByteStrings
https://github.com/haskell/attoparsec

Last synced: about 1 month ago
JSON representation

A fast Haskell library for parsing ByteStrings

Awesome Lists containing this project

README

        

# 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](https://github.com/haskell/attoparsec/issues).

Master [git repository](https://github.com/haskell/attoparsec):

* `git clone https://github.com/haskell/attoparsec.git`

Authors
-------

This library was written by Bryan O'Sullivan
and is maintained by Ben Gamari .