Releases: Gbury/dolmen
Releases · Gbury/dolmen
0.2 Release
Release of the version 0.2 of Dolmen. Changes include:
- A major bugfix for dimacs parsing
- Added parser for iCNF language
First 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).