package mparser

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

Install

dune-project
 Dependency

Authors

Maintainers

Sources

mparser-1.2.3.tar.gz
sha256=dd08c884ea6e7d60a84613433ea20e7e198a8f90edad5064e4c0bc1ebc2b9669
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

Conflicts

None