package dolmen

  1. Overview
  2. Docs
A parser library that targets languages used in automated theorem provers

Install

Dune Dependency

Authors

Maintainers

Sources

dolmen-0.4.tar.gz
md5=6e23e37c0fd2de8d964a50f3de7ed2ed
sha512=ed6439256fbd6e6b3c0de70d0b7567503f4e898541106387fd8005d5c02c21b2391129ff0902e72355392bcf176617be77c80b9a823b5870475a599ed44fc030

Description

Dolmen is a parser library. It currently targets languages used in automated theorem provers, but may be extended ot other domains.

Dolmen provides functors that takes as arguments a representation of terms and statements, and returns a module that can parse files (or streams of tokens) into the provided representation of terms or statements. This is meant so that Dolmen can be used as a drop-in replacement of existing parser, in order to factorize parsers among projects.

Additionally, Dolmen also provides a standard implementation of terms and statements that cna be used to instantiate its parsers.

Dependencies (3)

  1. dune < "1.10"
  2. menhir >= "20180523"
  3. ocaml >= "4.02.3" & != "5.0.0"

Dev Dependencies

None

Used by (2)

  1. archsat
  2. msat = "0.7"

Conflicts

None

OCaml

Innovation. Community. Security.