Skip to content

Releases: Gbury/dolmen

0.2 Release

24 Nov 16:38
Compare
Choose a tag to compare

Release of the version 0.2 of Dolmen. Changes include:

  • A major bugfix for dimacs parsing
  • Added parser for iCNF language

First Release

06 Sep 13:17
Compare
Choose a tag to compare
First Release Pre-release
Pre-release

Dolmen is a parser library. It currently mainly supports languages used in automated deduction.

Dolmen provides parser functorised over a representation of terms and top-level statements, so that users can instantiates these functors with their own implementation. Dolmen features incremental parsing, as well as helper functions to locate files based on a language's specifications (such as TPTP's environment variable).