dolmenversion Documentation on ocaml.org
A parser library for automated deduction
Dolmen is a parser library. It currently targets languages used in automated theorem provers, but may be extended to 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 ot instantiate its parsers.
| Tags | parser logic tptp smtlib dimacs |
|---|---|
| Author | Guillaume Bury <guillaume.bury@gmail.com> |
| License | BSD-2-Clause |
| Published | |
| Homepage | https://github.com/Gbury/dolmen |
| Issue Tracker | https://github.com/Gbury/dolmen/issues |
| Maintainer | Guillaume Bury <guillaume.bury@gmail.com> |
| Dependencies | |
| Source [http] | https://github.com/Gbury/dolmen/releases/download/v0.8.1/dolmen-0.8.1.tbz sha256=80fc33ae81817a79c6e6b2f6c01c4cfcc0af02bfe4d2d1b87cf70b84cdde3928 sha512=3a44a99bce871161bc70cf909c813e9e6c91c590873cbc163c69b2ec90ab5be65bf0bf45430bc8d00d85d75cf0af004b06b8f5f1c9d4d47c8a30ab9f28762c04 |
| Edit | https://github.com/ocaml/opam-repository/tree/master/packages/dolmen/dolmen.0.8.1/opam |
Required by
- colibri2>=0.4
- colibrics>=0.4
- dolmen_bin=0.8.1
- dolmen_loop=0.8.1
- dolmen_lsp=0.8.1
- dolmen_model=0.8.1
- dolmen_type=0.8.1


