package earley

  1. Overview
  2. Docs

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).