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.0.0.tar.gz
md5=c3572bd86022d80ee64d06febe4edea0

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"

Dev Dependencies

None

Used by

None

Conflicts

None