package earley

  1. Overview
  2. Docs
Parsing library based on Earley Algorithm

Install

Dune Dependency

Authors

Maintainers

Sources

earley-2.0.0.tbz
sha256=dc7bac4e5b77f6f153af19a9229fd76353dbe1cd88b8391271274a3a200759ce
md5=fe3c39748b8d79fc012ffbbc5210a9a6

CHANGES.md.html

2.0.0 (2018-11-10)

New major release, introducing incompatibilities due to wrapping of library modules. Here are the most important changes:

  • Switch to dune (build system).

  • New (ocamlfind) packing: earley.core, earley.str, earley.ocaml.

  • Modules are wrapped in packages (Earley is now Earley_core.Earley).

  • EarleyStr is now Earley_str.

1.1.0 (2018-09-19)

Adds default blank function to the library. Small changes of semantics have been observed in very complex cases (probably due to new optimization).

1.0.2 (2018-04-05)

Fix support for ocaml 4.06.1

1.0.1 (2018-02-13)

Several improvements, including optimizations.

1.0.0 (2017-08-24)

First release as earley (previously known as DeCaP).

OCaml

Innovation. Community. Security.