earleyversion

Earley parser combinator library

Earley is a parser combinator library base on Earley's algorithm. It is intended to be used in conjunction with Earley-OCaml, which is an extensible parser for OCaml (distributed separately). It contains a syntax extension for OCaml, which allows the definition of parsers inside the language.

Authors:

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
MaintainerChristophe Raffalli <christophe@raffalli.eu>
Dependencies
Source [http] https://github.com/rlepigre/ocaml-earley/archive/ocaml-earley_1.1.0.tar.gz
md5=6dc57553fb1901ea454f6e30214955aa
Edithttps://github.com/ocaml/opam-repository/tree/master/packages/earley/earley.1.1.0/opam
Required by