a18c1e9cec48e0a33df38b9bf6f5421af684f054 |
|
24-Aug-2017 |
Eugen Kuksa <kuksa.eugen@gmail.com> |
Revert outsourcing the function `parens`. (#1733)
* Revert outsourcing the function `parens`.
* Add comment about parens function. |
7bb0a9e92bc7a6f868eaa0b9c3212c0af4f96b7f |
|
22-Aug-2017 |
Eugen Kuksa <kuksa.eugen@gmail.com> |
Complete TPTP support (#1707)
* Add option to print the AST in XML/JSON output. Turn it off by default.
* Add abstract syntax of TPTP.
* Add parens and brackets to Common.Lexer.
* Add TPTP Parser.
* Add TPTP Sign.
* Add TPTP Morphism.
* Add TPTP StaticAnalysis.
* Fix IRI character parsing.
* Add TPTP Pretty.
* Add TPTP Logic.
* Map the tptp and p file extension to the TPTP logic for input.
* Add LibDefn parser for TPTP.
* Write TPTP output.
* Add EProver to TPTP.
* Add TPTP Sublogics.
* Add SPASS prover to TPTP.
* Add Vampire prover to TPTP.
* Add Darwin prover to TPTP.
* Add Leo-II prover to TPTP.
* Add Geo-III prover to TPTP - It does not support a timeout.
* Add CVC4 prover to TPTP.
* Add Isabelle prover to TPTP.
* Make IRI compatible with TPTP library file names.
* Revert "fail if names of sentences appear as names of symbols #1630"
This is a combination of 3 commits:
* Revert "check that the Result has no errors"
This reverts commit 9542b929f3cfabf1491c3f0489acf92ba703968f.
* Revert "better error message"
This reverts commit a7ea46d4c76b11735234092d0a50efcbc56f9642.
* Revert "fail if names of sentences appear as names of symbols"
This reverts commit 2487bae09bf3aabc7085880aee616648fe5ca241.
* Fix usage of magic file
There were other (system) magic files invoked as well with a higher
priority. Using the MAGIC environment variable instead of the
argument --magic-file overrides this behaviour and only uses the
specified magic file.
* Fix magic file
The escaping of "@" and "(" is not needed.
The escaping of a trailing space in clif is needed.
* Add TPTP to magic file.
* Add Satallax prover to TPTP.
* Properly check for http[s] URIs.
* Allow file:// in libdirs.
* Allow only one http[s] libdir - Parse the port correctly.
* Fix all remaining parsing problems.
* Move functions to debug the parser to a separate module.
* Get rid of all TPTP related compiler warnings.
* Move the type 'Morphism' to 'TPTP.Morphism'.
* Rename: TPTP/Logic.hs -> TPTP/Logic_TPTP.hs
* Implement all_sublogics.
* Recognise negated_conjecture as a proof obligation. |
e9458b1a7a19a63aa4c179f9ab20f4d50681c168 |
|
25-Mar-2016 |
Jens Elkner <jel+git@iws.cs.uni-magdeburg.de> |
applied utils/replaceAllHeaders.sh
- all $Header$ tokens in doc comments replaced with corresponding filename |
3a74c660d08956f26a3f068fb4cc2077db1675c3 |
|
10-Nov-2012 |
Soeren D. Schulze <soeren.d.schulze@gmx.de> |
permit backslash in cl-comment
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@17619 cec4b9c1-7d33-0410-9eda-942365e851bb |
f421deecab114bd770fbe1397140fea91189525b |
|
10-Oct-2012 |
Soeren D. Schulze <soeren.d.schulze@gmx.de> |
accept non-ASCII characters in CLIF-strings
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@17517 cec4b9c1-7d33-0410-9eda-942365e851bb |
0135f649b534e24e5dc239f5c12f245f308972a5 |
|
23-Aug-2012 |
Christian Maeder <Christian.Maeder@dfki.de> |
allow @ in enclosed names
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@17227 cec4b9c1-7d33-0410-9eda-942365e851bb |
f03aa0b723e5545fddf7019e287368b9e208ca69 |
|
21-Aug-2012 |
Soeren D. Schulze <soeren.d.schulze@gmx.de> |
introduced IKL-specific CommonLogic features
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@17219 cec4b9c1-7d33-0410-9eda-942365e851bb |
fe656923fef897857a32d6de89a3196571ca2427 |
|
16-Apr-2012 |
Eugen Kuksa <eugenk@informatik.uni-bremen.de> |
added CURIE-expansion for CL
added full IRI to String method without brackets
enclosedname and quotedstring parsers keep the quotes
fixed cl-comment parser and printer
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@16808 cec4b9c1-7d33-0410-9eda-942365e851bb |
8b7e9bd07700b2fef4312835be342250347ad849 |
|
16-Apr-2012 |
Eugen Kuksa <eugenk@informatik.uni-bremen.de> |
corrected Named_text
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@16807 cec4b9c1-7d33-0410-9eda-942365e851bb |
0c4da1aef47757166486f7aa0b037ffa30b840cd |
|
10-Apr-2012 |
Eugen Kuksa <eugenk@informatik.uni-bremen.de> |
cleaned CL code
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@16779 cec4b9c1-7d33-0410-9eda-942365e851bb |
123c74ceb5c4d3f364323a015ecef3eaf0ab67d5 |
|
10-Apr-2012 |
Eugen Kuksa <eugenk@informatik.uni-bremen.de> |
added parser for CL-prefixes
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@16778 cec4b9c1-7d33-0410-9eda-942365e851bb |
befbd45c1a4c171f2194b59016590b02bf4df750 |
|
22-Feb-2012 |
Eugen Kuksa <eugenk@informatik.uni-bremen.de> |
fixed parsing error messages
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@16674 cec4b9c1-7d33-0410-9eda-942365e851bb |
d1e1be2881bf54b507313a6a2b4a254090cd92b7 |
|
21-Feb-2012 |
Eugen Kuksa <eugenk@informatik.uni-bremen.de> |
improved whitespace skipping in cl-parser
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@16668 cec4b9c1-7d33-0410-9eda-942365e851bb |
64401a16f05d2b42fa52301ec3ce01569e2a8e19 |
|
20-Feb-2012 |
Eugen Kuksa <eugenk@informatik.uni-bremen.de> |
added cl-parser support for c-style comments
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@16665 cec4b9c1-7d33-0410-9eda-942365e851bb |
782cc496e03e8332a56243e1decd79af2649e463 |
|
18-Jan-2012 |
Christoph Lange <math.semantic.web@gmail.com> |
fixed typo
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@16589 cec4b9c1-7d33-0410-9eda-942365e851bb |
d5c6ddb570942f686319dcaf6c4b513a033e00ce |
|
18-Aug-2011 |
Eugen Kuksa <eugenk@informatik.uni-bremen.de> |
Added syntactic sugar support for "roleset" to CLIF parser
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@15985 cec4b9c1-7d33-0410-9eda-942365e851bb |
ead7fb0fe5492f65c8e47eaa9d5105bffde163f2 |
|
05-Jul-2011 |
Eugen Kuksa <eugenk@informatik.uni-bremen.de> |
added parser feature: module exclusion lists
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@15455 cec4b9c1-7d33-0410-9eda-942365e851bb |
d53747c386354ff7db8629dfdf20f44a7c4d715d |
|
22-Jun-2011 |
Eugen Kuksa <eugenk@informatik.uni-bremen.de> |
fixed CommonLogic parser propositional logic issue
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@15243 cec4b9c1-7d33-0410-9eda-942365e851bb |
9fc726ee81f01ddb1a25cfc6eac7f2f88ef28e58 |
|
16-Dec-2010 |
Christian Maeder <Christian.Maeder@dfki.de> |
adjusted file properties
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@14324 cec4b9c1-7d33-0410-9eda-942365e851bb |
d3a4cce79e2255fb0a4376f321d4b682695c78db |
|
10-Sep-2010 |
Christian Maeder <Christian.Maeder@dfki.de> |
removed warnings
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@14048 cec4b9c1-7d33-0410-9eda-942365e851bb |
07f731e693fe433a238b5cc0aab6c5c99c1da798 |
|
10-Sep-2010 |
Karl Luc <kluc@tzi.de> |
fixed parser to match colore files
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@14042 cec4b9c1-7d33-0410-9eda-942365e851bb |