substring-parser: Match / replace substrings with a parser combinators.

[ apache, library, parsing, text ] [ Propose Tags ]

See README.md


[Skip to Readme]

Modules

[Last Documentation]

  • Text
    • Parser
      • Text.Parser.Substring

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.0, 0.4.0.0, 0.4.1.0
Change log ChangeLog.md
Dependencies attoparsec, base (>=4.7 && <5), dlist, NoTrace, parsers, text [details]
License Apache-2.0
Copyright 2018 Yuji Yamamoto
Author Yuji Yamamoto
Maintainer whosekiteneverfly@gmail.com
Category Text, Parsing
Home page https://gitlab.com/igrep/substring-parser
Uploaded by igrep at 2018-07-22T04:49:34Z
Distributions
Reverse Dependencies 1 direct, 0 indirect [details]
Downloads 2672 total (13 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 2018-07-22 [all 3 reports]

Readme for substring-parser-0.4.1.0

[back to package description]

substring-parser

(WIP) Match / replace substrings with a parser combinators.

Currently, supports only attoparsec.