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.5/dolmen-v0.5.tbz sha256=b9a6f80bf13fdf1fd69ff2013f583582fa00e13c86ee6f800737fabcfd530458 sha512=84b8c18e56b3fb20674af0a3729b7e15e543f21b0062c565b575b994388eb55ee8123e5d3d31f5f1042b204544b3084089a024c742ab741ddd7e18b5641dd399 |
Edit | https://github.com/ocaml/opam-repository/tree/master/packages/dolmen/dolmen.0.5/opam |
Required by
- archsat<1.1
- dolmen_bin<0.6
- dolmen_loop<0.6
- dolmen_lsp<0.6
- dolmen_type<0.6