Skip to content

kyepskee/mpc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple monadic parser combinators in OCaml based on http://www.cs.nott.ac.uk/~pszgmh/monparsing.pdf1.

Used for my own devices.

Dependencies

  • opam
    • core
    • ppx_let
  • dune

Installation

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

Sources/inspirations

About

Monadic Parser Combinators

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages