package earley

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

Install

Authors

Maintainers

Sources

3.0.0.tar.gz
md5=6b666c0392dc5b153f81c27d6ef49b12
sha512=a81d2bcf05088a3aaa5c3c0fb3a38306061a624ddf6d8bbefee1b4a17d7a5961ad1b12c0af9bd8dce86aa14b6f05f1956b3f7b5731f3c552bec7f4550182c398

Description

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.

Published: 29 Sep 2020

Dependencies (3)

  1. stdlib-shims >= "0.1.0"
  2. dune >= "2.7.0"
  3. ocaml >= "4.07.0"

Dev Dependencies (1)

  1. odoc with-doc

Used by (2)

  1. bindlib >= "6.0.0"
  2. lambdapi < "2.0.0"

Conflicts

None