package dolmen

  1. Overview
  2. Docs
Dolmen is a parser library. It currently mainly supports languages used in automated deduction.

Install

Dune Dependency

Authors

Maintainers

Sources

v0.2.tar.gz
md5=5e0522abd52184a0ae2c8d29b1e6650b

Description

Dolmen provides parser functorised over a representation of terms and top-level statements, so that users can instantiates these functors with their own implementation. Dolmen features incremental parsing, as well as helper functions to locate files based on a language's specifications (such as TPTP's environment variable).

Dependencies (4)

  1. ocamlbuild build
  2. ocamlfind build
  3. menhir >= "20151005"
  4. ocaml < "5.0"

Dev Dependencies

None

Used by

None

Conflicts

None