regex-applicative: Regex-based parsing with applicative interface

[ library, mit, text ] [ Propose Tags ]

regex-applicative is a Haskell library for parsing using regular expressions. Parsers can be built using Applicative interface.


[Skip to Readme]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1, 0.1.1, 0.1.2, 0.1.3, 0.1.4, 0.1.5, 0.2, 0.2.1, 0.3, 0.3.0.1, 0.3.0.2, 0.3.0.3, 0.3.1, 0.3.2, 0.3.2.1, 0.3.3, 0.3.3.1, 0.3.4
Dependencies base (>=4.3 && <4.4), containers (>=0.3 && <0.4) [details]
License MIT
Author Roman Cheplyaka
Maintainer Roman Cheplyaka <roma@ro-che.info>
Category Text
Home page https://github.com/feuerbach/regex-applicative
Source repo head: git clone git://github.com/feuerbach/regex-applicative.git
this: git clone git://github.com/feuerbach/regex-applicative.git(tag v0.1)
Uploaded by RomanCheplyaka at 2011-07-03T17:18:05Z
Distributions Arch:0.3.4, Debian:0.3.3.1, Fedora:0.3.4, FreeBSD:0.3.2.1, LTSHaskell:0.3.4, NixOS:0.3.4, Stackage:0.3.4
Reverse Dependencies 25 direct, 18 indirect [details]
Downloads 28481 total (159 in the last 30 days)
Rating 2.5 (votes: 4) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs uploaded by user
Build status unknown [no reports yet]

Readme for regex-applicative-0.1

[back to package description]

regex-applicative

regex-applicative is a Haskell library for parsing using regular expressions.