package mparser

  1. Overview
  2. Docs
A simple monadic parser combinator library

Install

Dune Dependency

Authors

Maintainers

Sources

mparser-1.2.3.tar.gz
md5=6e60c1fabb5d51482c664aa1bc8abc95

Description

This library implements a rather complete and efficient monadic parser combinator library similar to the Parsec library for Haskell by Daan Leijen and the FParsec library for FSharp by Stephan Tolksdorf.

Published: 12 Jun 2017

Dependencies (4)

  1. ocamlbuild build
  2. ocamlfind build
  3. base-bytes
  4. ocaml < "5.0.0"

Dev Dependencies

None

Used by (10)

  1. anthill
  2. bulletml
  3. comby >= "1.3.0" & < "1.7.0"
  4. comby-kernel < "1.7.0"
  5. daypack-lib >= "0.0.6"
  6. frenetic >= "5.0.0" & < "5.0.5"
  7. mparser-re
  8. netkat
  9. rotor
  10. sill >= "1.3"

Conflicts

None