@hackage / parcom-lib

A simple parser-combinator library, a bit like Parsec but without the frills

Latest0.8.0.3

About

Metadata

  • Last updated , by TobiasDammers
  • License BSD-3-Clause
  • Categories Text Processing
  • Maintained by: tdammers@gmail.com

  • Lottery factor: 0

Links

Installation

Readme

Parcom provides parser combinator functionality in a string-type-agnostic way; it supports strict ByteStrings (with Word8 tokens) and any list type (with the element type as the token type) out-of-the-box, including plain old String. Any other stream-of-tokens type can be hooked into the library; unlike Parsec, none of the built-in parsers assumes char-like tokens.