simple-parser: Simple parser combinators

[ bsd3, library, parsing ] [ Propose Tags ]
Versions [RSS] 0.2.0, 0.2.1, 0.2.2, 0.3.0, 0.5.0, 0.6.0, 0.7.0, 0.8.0, 0.8.1, 0.8.2, 0.8.4, 0.9, 0.9.1, 0.10.0, 0.11.0, 0.12.0, 0.12.1
Dependencies base (>=4.12 && <5), bytestring (>=0.10 && <0.11), containers (>=0.6 && <0.7), errata (>=0.4 && <0.5), exceptions (>=0.10 && <0.11), mmorph (>=1.1 && <1.2), mtl (>=2.2 && <2.3), nonempty-containers (>=0.3 && <0.4), scientific (>=0.3 && <0.4), text (>=1.2 && <1.3), text-builder (>=0.6 && <0.7) [details]
License BSD-3-Clause
Copyright (c) 2021 Eric Conlon
Author Eric Conlon
Maintainer ejconlon@gmail.com
Category Parsing
Home page https://github.com/ejconlon/simple-parser#readme
Bug tracker https://github.com/ejconlon/simple-parser/issues
Source repo head: git clone https://github.com/ejconlon/simple-parser
Uploaded by ejconlon at 2022-03-28T02:13:59Z
Distributions
Downloads 1611 total (49 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2022-03-28 [all 1 reports]

Readme for simple-parser-0.12.0

[back to package description]

simple-parser

CircleCI

Simple parser combinators following the clever refrain (by Fritz Ruehr?)

A parser for things
Is a function from strings
To lists of pairs
Of things and strings.

In this case, our lists are are little fancier.

License

This project is BSD-licensed. Some gnarly functions to parse numbers and such have been adapted from Megaparsec, which is also BSD-licensed.