dolmenversion
A parser library
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 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.6/dolmen-v0.6.tbz sha256=81b034da2de84da19fb6368aaa39135f6259ee2773ff08c8f03da9ceeb10748c sha512=98786ff1cc5b0c8bc4cb2dfe756ae15556c3876a206546b04374826be7d0a422dd5526d93f09cb0ea0d4985b71c408c182a951d4df908399c7e04b17c91a7d70 |
Edit | https://github.com/ocaml/opam-repository/tree/master/packages/dolmen/dolmen.0.6/opam |
Required by
- archsat<1.1
- dolmen_bin=0.6
- dolmen_loop=0.6
- dolmen_lsp=0.6
- dolmen_type=0.6