@hackage simple-parser0.5.0
Simple parser combinators
Installation
Dependencies (9)
- base >=4.12 && <5
- containers >=0.6 && <0.7
- list-t >=1.0 && <1.1
- mmorph >=1.1 && <1.2
- mtl >=2.2 && <2.3
- nonempty-containers >=0.3 && <0.4 Show all…
Dependents (0)
simple-parser
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-licenced. Some gnarly functions to parse numbers and such have been adapted from Megaparsec, which is also BSD-licensed.