Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/haskell/attoparsec
A fast Haskell library for parsing ByteStrings
https://github.com/haskell/attoparsec
Last synced: 3 days ago
JSON representation
A fast Haskell library for parsing ByteStrings
- Host: GitHub
- URL: https://github.com/haskell/attoparsec
- Owner: haskell
- License: other
- Created: 2010-10-10T17:30:32.000Z (about 14 years ago)
- Default Branch: master
- Last Pushed: 2024-12-12T03:38:13.000Z (9 days ago)
- Last Synced: 2024-12-12T04:25:18.695Z (9 days ago)
- Language: Haskell
- Homepage: http://hackage.haskell.org/package/attoparsec
- Size: 1.09 MB
- Stars: 513
- Watchers: 20
- Forks: 94
- Open Issues: 25
-
Metadata Files:
- Readme: README.md
- Changelog: changelog.md
- License: LICENSE
Awesome Lists containing this project
- awesome-combinator-parsers - attoparsec
- my-awesome - haskell/attoparsec - 12 star:0.5k fork:0.1k A fast Haskell library for parsing ByteStrings (Haskell)
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 .