@hackage / attoparsec

Fast combinator parsing for bytestrings and text

Latest v0.14.4

About

Metadata

  • Last updated:
  • License: BSD-3-Clause
  • Categories: Parsers, Text Processing
  • Maintained by: Ben Gamari <ben@smart-cactus.org>
  • Lottery factor: 6

Links

Installation

Tested Compilers

  1. 7.10.3
  2. 8.0.2
  3. 8.2.2
  4. 8.4.4
  5. 8.6.5
  6. 8.8.4
  7. 8.10.7
  8. 9.0.2
  9. 9.2.8
  10. 9.4.7
  11. 9.6.3
  12. 9.8.1

Uploaders

  1. Bernice Perkins
  2. Hunter Stevenson
  3. Eddie Washington
  4. Minnie Allen

Features flags

  • developer
     (off by default)

    Whether to build the library in development mode

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.

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.