# simple-parser
[](https://circleci.com/gh/ejconlon/simple-parser/tree/master)
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](https://github.com/mrkkrp/megaparsec/blob/master/LICENSE.md).