dolmenversion
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.7/dolmen-0.7.tbz sha256=ff2889fa9d467d5b4d87ae4f819a64358715f457cc6226b455463c2fcd4ab2af sha512=d6ba56945aabcf0886e83fcf44c45f2f8afcf68e48d2f0b25f9cd8e60d18106fae3976fee49d3e291b2e0ab3266837ad5eff800dc51fe2b3aab15ad81ea58cbb |
Edit | https://github.com/ocaml/opam-repository/tree/master/packages/dolmen/dolmen.0.7/opam |
Required by
- archsat<1.1
- colibri2<0.4
- colibrics<0.4
- dolmen_bin=0.7
- dolmen_loop=0.7
- dolmen_lsp=0.7
- dolmen_type=0.7