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 |
---|---|
Author | Guillaume Bury |
License | BSD-2-Clause |
Published | |
Homepage | https://github.com/Gbury/dolmen |
Issue Tracker | https://github.com/Gbury/dolmen/issues |
Maintainer | guillaume.bury@gmail.com |
Dependencies | |
Source [http] | https://github.com/ocaml/opam-source-archives/raw/main/dolmen-0.4.tar.gz md5=6e23e37c0fd2de8d964a50f3de7ed2ed sha512=ed6439256fbd6e6b3c0de70d0b7567503f4e898541106387fd8005d5c02c21b2391129ff0902e72355392bcf176617be77c80b9a823b5870475a599ed44fc030 |
Edit | https://github.com/ocaml/opam-repository/tree/master/packages/dolmen/dolmen.0.4/opam |