dolmenversion

A parser library that targets languages used in automated theorem provers

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.

Tags parser tptp logic smtlib dimacs
AuthorGuillaume Bury
LicenseBSD-2-Clause
Published
Homepagehttps://github.com/Gbury/dolmen
Issue Trackerhttps://github.com/Gbury/dolmen/issues
Maintainerguillaume.bury@gmail.com
Dependencies
Source [http] https://github.com/ocaml/opam-source-archives/raw/main/dolmen-0.4.tar.gz
md5=6e23e37c0fd2de8d964a50f3de7ed2ed
sha512=ed6439256fbd6e6b3c0de70d0b7567503f4e898541106387fd8005d5c02c21b2391129ff0902e72355392bcf176617be77c80b9a823b5870475a599ed44fc030
Edithttps://github.com/ocaml/opam-repository/tree/master/packages/dolmen/dolmen.0.4/opam
Required by