attoparsec-0.14.4: Fast combinator parsing for bytestrings and text
CopyrightBryan O'Sullivan 2007-2015
LicenseBSD3
Maintainerbos@serpentine.com
Stabilityexperimental
Portabilityunknown
Safe HaskellSafe-Inferred
LanguageHaskell2010

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