earleyversion

Parsing library based on Earley Algorithm

Earley is a parser combinator library base on Earley's algorithm. It is intended to be used in conjunction with an OCaml syntax extension which allows the definition of parsers inside the language. There is also support for writing OCaml syntax extensions in a camlp4 style.

AuthorsChristophe Raffalli <christophe@raffalli.eu> and Rodolphe Lepigre <rodolphe.lepigre@inria.fr>
LicenseCeCILL-B
Published
Homepagehttps://github.com/rlepigre/ocaml-earley
Issue Trackerhttps://github.com/rlepigre/ocaml-earley/issues
MaintainerRodolphe Lepigre <rodolphe.lepigre@inria.fr>
Dependencies
Source [http] https://github.com/rlepigre/ocaml-earley/releases/download/2.0.0/earley-2.0.0.tbz
md5=fe3c39748b8d79fc012ffbbc5210a9a6
Edithttps://github.com/ocaml/opam-repository/tree/master/packages/earley/earley.2.0.0/opam
Required by