Simple monadic parser combinators in OCaml based on http://www.cs.nott.ac.uk/~pszgmh/monparsing.pdf1.
Used for my own devices.
- opam
- core
- ppx_let
- dune
First install all the dependencies, then do the following:
git clone https://gitlab.com/kyepskee/mpc
cd mpc
eval $(opam env) # evaluate opam context (if not already evaluated)
dune install
- https://lprousnth.files.wordpress.com/2007/08/pcl.pdf
- Monadic Parser Combinators, Hutton and Meijer (link)
- Opal
- Angstrom