attoparsec-0.14.4: Fast combinator parsing for bytestrings and text
Copyright Bryan O'Sullivan 2007-2015
License BSD3
Maintainer bos@serpentine.com
Stability experimental
Portability unknown
Safe Haskell Safe-Inferred
Language Haskell2010

Data.Attoparsec

Description

Deprecated: This module will be removed in the next major release.

Simple, efficient combinator parsing for ByteString strings, loosely based on the Parsec library.

This module is deprecated. Use Data.Attoparsec.ByteString instead.

Documentation