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: about 1 month 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-04-22T11:31:55.000Z (7 months ago)
- Last Synced: 2024-05-23T04:46:06.693Z (6 months ago)
- Language: Haskell
- Homepage: http://hackage.haskell.org/package/attoparsec
- Size: 1.09 MB
- Stars: 510
- Watchers: 20
- Forks: 94
- Open Issues: 27
-
Metadata Files:
- Readme: README.md
- Changelog: changelog.md
- License: LICENSE
Awesome Lists containing this project
- awesome-combinator-parsers - attoparsec
- my-awesome - haskell/attoparsec - 09 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 .