package earley-ocaml

  1. Overview
  2. No Docs
Earley-OCaml extensible parser for OCaml (and pa_ocaml preprocessos)

Install

Dune Dependency

Authors

Maintainers

Sources

ocaml-earley-ocaml_1.1.0.tar.gz
md5=67afefdd8b48ace35d1eb91b95c39ba5

Description

Earley-OCaml is an (extensible) parser for OCaml, written using the Earley library. It come with a built-in preprocessor called pa_ocaml which handles a natural BNF-like syntax extension for OCaml. It can be used to define Earley parsers inside the language.

Authors:

Published: 20 Sep 2018

Dependencies (4)

  1. earley = "1.1.0"
  2. ocamlbuild build
  3. ocamlfind build
  4. ocaml >= "4.03.0" & <= "4.07.0"

Dev Dependencies

None

Used by (1)

  1. lambdapi < "2.0.0"

Conflicts

None