Copyright | Bryan O'Sullivan 2007-2011 |
---|---|
License | BSD3 |
Maintainer | bos@serpentine.com |
Stability | experimental |
Portability | unknown |
Safe Haskell | None |
Language | Haskell98 |
Data.Attoparsec
Description
Simple, efficient combinator parsing for ByteString
strings,
loosely based on the Parsec library.
Documentation
module Data.Attoparsec.ByteString