The latest version of parcom-lib is 0.8.0.3-0.

parcom-lib

Version 0.6.0.0 revision 0 uploaded by TobiasDammers.

Package meta

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

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.

Author
Tobias Dammers
Bug reports
n/a
Category
Text
Copyright
n/a
Homepage
https://bitbucket.org/tdammers/parcom-lib
Maintainer
tdammers@gmail.com
Package URL
n/a
Stability
n/a

Components