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: 30 Aug 2017

Dependencies (3)

  1. earley = "1.0.0"
  2. ocamlfind build
  3. ocaml >= "4.01.0" & <= "4.04.0"

Development Dependencies

    None

Reverse Dependencies

    None

Conflicts

    None