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

[ bsd3, library, text ] [ Propose Tags ]

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.

Modules

[Last Documentation]

  • Text
    • Parcom
      • Text.Parcom.ByteString
        • Text.Parcom.ByteString.Lazy
        • Text.Parcom.ByteString.Strict
      • Text.Parcom.Combinators
      • Text.Parcom.Core
      • Text.Parcom.Internal
      • Text.Parcom.Prim
      • Text.Parcom.Stream
      • Text.Parcom.Text
        • Text.Parcom.Text.Lazy
        • Text.Parcom.Text.Strict
      • Text.Parcom.Textual
      • Text.Parcom.Word8

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1.0.0, 0.2.0.0, 0.3.0.1, 0.4.0.0, 0.4.0.1, 0.5.0.0, 0.6.0.0, 0.7.0.0, 0.8.0.1, 0.8.0.2, 0.8.0.3
Dependencies base (>=4.5 && <4.6), bytestring (>=0.9 && <0.10), containers (>=0.4 && <0.5), mtl (>=2.1 && <2.2), text (>=0.11 && <0.12), transformers (>=0.3 && <0.4), word8 [details]
License BSD-3-Clause
Author Tobias Dammers
Maintainer tdammers@gmail.com
Category Text
Home page https://bitbucket.org/tdammers/parcom-lib
Uploaded by TobiasDammers at 2013-09-13T18:31:00Z
Distributions
Reverse Dependencies 1 direct, 0 indirect [details]
Downloads 7188 total (32 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs not available [build log]
All reported builds failed as of 2016-12-20 [all 6 reports]