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 |
3d3889e0cefcdce9b3f43c53aaa201943ac2e895 |
|
29-Nov-2013 |
Jonathan von Schroeder <sternkinder@gmail.com> |
removed lots of hlint warnings
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@18342 cec4b9c1-7d33-0410-9eda-942365e851bb |
656d1433842c8d52667d1e7d44d84a7f27ec900a |
|
31-Aug-2011 |
Christian Maeder <Christian.Maeder@dfki.de> |
extended parser for renamings
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@16063 cec4b9c1-7d33-0410-9eda-942365e851bb |
50c62c8c45643f09bcb2f4a99b07bf1d072ecf40 |
|
26-Aug-2011 |
Christian Maeder <Christian.Maeder@dfki.de> |
added new rename data type
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@16033 cec4b9c1-7d33-0410-9eda-942365e851bb |
3c18891686e60bfc861bf0bca69eeeec82181e35 |
|
25-Aug-2011 |
Christian Maeder <Christian.Maeder@dfki.de> |
allow a type annotation following a term
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@16028 cec4b9c1-7d33-0410-9eda-942365e851bb |
05cc55892e6c93bdd7b9c3f100ab1bb65fe6a21e |
|
18-Apr-2011 |
Liam O'Reilly <csliam@swansea.ac.uk> |
Fully qualified process names now have a procprofile as opposed to a list of argument sorts and communication items
CSP-CASL-Prover now working with new signatures but not for overloaded process name and still produced OLD isabelle code
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@14950 cec4b9c1-7d33-0410-9eda-942365e851bb |
bc37093f2003a46d7f02fa7e6efa7a6781217c86 |
|
16-Apr-2011 |
Christian Maeder <Christian.Maeder@dfki.de> |
try term events last
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@14930 cec4b9c1-7d33-0410-9eda-942365e851bb |
ebf74a95699a74e81c841a9256f569d0e736dbca |
|
16-Apr-2011 |
Christian Maeder <Christian.Maeder@dfki.de> |
require alpar_sep for alpar_open
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@14929 cec4b9c1-7d33-0410-9eda-942365e851bb |
a225a2c96187b441666b683f924a50fc5e77b20a |
|
15-Apr-2011 |
Christian Maeder <Christian.Maeder@dfki.de> |
remove question and exclamation mark as keywords and allow a single colon for some sorted vars
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@14921 cec4b9c1-7d33-0410-9eda-942365e851bb |
e4f3b165d097957740b459e8fc8aabf5294a35d7 |
|
15-Apr-2011 |
Christian Maeder <Christian.Maeder@dfki.de> |
include brackets into sign chars
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@14919 cec4b9c1-7d33-0410-9eda-942365e851bb |
562a1e96ca3b8a9f75e3963d069946924f671f79 |
|
15-Apr-2011 |
Christian Maeder <Christian.Maeder@dfki.de> |
corrected extended alphabetised parallel parsing
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@14918 cec4b9c1-7d33-0410-9eda-942365e851bb |
5c5d187883e138502a740abb7639f9a45ab74306 |
|
13-Apr-2011 |
Christian Maeder <Christian.Maeder@dfki.de> |
allowed alternative generalized and alphabetized parallel syntax
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@14908 cec4b9c1-7d33-0410-9eda-942365e851bb |
716c609340d8cc7af8ef995cdda4fb440d7d1b91 |
|
12-Apr-2011 |
Christian Maeder <Christian.Maeder@dfki.de> |
cond_proc is more primitive
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@14899 cec4b9c1-7d33-0410-9eda-942365e851bb |
fcd11c35e645b0744a308f7961a519826bbaa2f5 |
|
11-Apr-2011 |
Christian Maeder <Christian.Maeder@dfki.de> |
relaxed parens for if-then-else and added double semi
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@14890 cec4b9c1-7d33-0410-9eda-942365e851bb |
e9a58ac73fa61cfc57aa0186167a33f9e1fa1915 |
|
11-Apr-2011 |
Christian Maeder <Christian.Maeder@dfki.de> |
reduced try parsers
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@14889 cec4b9c1-7d33-0410-9eda-942365e851bb |
814e6636e2307ce5ab274fee7b8246f640e18d7d |
|
11-Apr-2011 |
Christian Maeder <Christian.Maeder@dfki.de> |
allow compound process identifiers
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@14887 cec4b9c1-7d33-0410-9eda-942365e851bb |
682b4c2222527f0a73dd96305575a89a2ad36b10 |
|
01-Apr-2011 |
Christian Maeder <Christian.Maeder@dfki.de> |
disallowed empty renamings and allowed empty comm types only within braces
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@14835 cec4b9c1-7d33-0410-9eda-942365e851bb |
a5f3a8cdc3ceb045c3c166ee840d3e59ec7efac6 |
|
01-Apr-2011 |
Christian Maeder <Christian.Maeder@dfki.de> |
corrected printing and allowed sort names as channel names
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@14834 cec4b9c1-7d33-0410-9eda-942365e851bb |
0b8146e4f675518993a34eb2255ad7ddd7bf82a4 |
|
29-Mar-2011 |
Christian Maeder <Christian.Maeder@dfki.de> |
removed comm-type and FQ-process variants
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@14825 cec4b9c1-7d33-0410-9eda-942365e851bb |
dfc58f5ec6492d1a9b9babd9cdcdbb15baa6e657 |
|
28-Mar-2011 |
Christian Maeder <Christian.Maeder@dfki.de> |
added proc-defn item and fixed simple-id parsing
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@14821 cec4b9c1-7d33-0410-9eda-942365e851bb |
4314e26a12954cb1c9be4dea10aa8103edac5bbb |
|
28-Mar-2011 |
Christian Maeder <Christian.Maeder@dfki.de> |
replaced SIMPLE_ID by Id
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@14818 cec4b9c1-7d33-0410-9eda-942365e851bb |
23a073e0a3433ca80a286d46202841b569ec36fd |
|
26-Mar-2011 |
Christian Maeder <Christian.Maeder@dfki.de> |
print comm-sets with braces (and channels with their sort)
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@14814 cec4b9c1-7d33-0410-9eda-942365e851bb |
70a691ea12f53381209a3709cdd325df5fc0a0c8 |
|
25-Mar-2011 |
Christian Maeder <Christian.Maeder@dfki.de> |
refactored process item parser
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@14812 cec4b9c1-7d33-0410-9eda-942365e851bb |
0d598ca53df65ae3d8f51ea04be7ede90155075c |
|
25-Mar-2011 |
Christian Maeder <Christian.Maeder@dfki.de> |
avoided a deep try
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@14811 cec4b9c1-7d33-0410-9eda-942365e851bb |
fa96e8ff3d3951392ead58bd86d05cd314626d59 |
|
25-Mar-2011 |
Christian Maeder <Christian.Maeder@dfki.de> |
also disallow keywords following sequentialS
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@14810 cec4b9c1-7d33-0410-9eda-942365e851bb |
c940ec1faddc703bcaf1bf45ca890476752eb392 |
|
25-Mar-2011 |
Christian Maeder <Christian.Maeder@dfki.de> |
restricted processes following sequentialS
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@14809 cec4b9c1-7d33-0410-9eda-942365e851bb |
66ea26416f702f5e00759ffc767f0f785cc86058 |
|
25-Mar-2011 |
Christian Maeder <Christian.Maeder@dfki.de> |
more cleaning up
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@14807 cec4b9c1-7d33-0410-9eda-942365e851bb |
38504dc968167ba2e82dd568edeae8d6af4dc145 |
|
25-Mar-2011 |
Christian Maeder <Christian.Maeder@dfki.de> |
just cleaning up
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@14806 cec4b9c1-7d33-0410-9eda-942365e851bb |
9aeda2b3ae8ce0b018955521e4ca835a8ba8a27b |
|
14-Mar-2011 |
Liam O'Reilly <csliam@swansea.ac.uk> |
Major update of Csp-CASL signatures, sentences and morphisms. These reflext the changes of the institution in the WADT 10 Paper.
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@14705 cec4b9c1-7d33-0410-9eda-942365e851bb |
98890889ffb2e8f6f722b00e265a211f13b5a861 |
|
01-Sep-2010 |
Corneliu-Claudiu Prodescu <Corneliu-Claudiu.Prodescu@dfki.de> |
Added see license.txt to license field
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@13959 cec4b9c1-7d33-0410-9eda-942365e851bb |
b87efd3db0d2dc41615ea28669faf80fc1b48d56 |
|
11-Aug-2010 |
Corneliu-Claudiu Prodescu <Corneliu-Claudiu.Prodescu@dfki.de> |
Changed haddock headers and inserted empty headers for the ones missing
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@13857 cec4b9c1-7d33-0410-9eda-942365e851bb |
10b02b2343246df6773585636fe3ddbefa3b6a1b |
|
04-Mar-2010 |
Christian Maeder <Christian.Maeder@dfki.de> |
refactored parsers
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@13160 cec4b9c1-7d33-0410-9eda-942365e851bb |
9f31535736c3d43a98f0157efaa7f87ea73c9be0 |
|
20-Jan-2009 |
Liam O'Reilly <csliam@swansea.ac.uk> |
Changed "Internal Prefix Choice" and "External Prefix Choice" to be "Events" inside a "Prefix Process" to make static analysis return the correct data. This has required changes to the
abstract syntax which has caused changes to the parsing, static analysis and pretty printing.
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@11291 cec4b9c1-7d33-0410-9eda-942365e851bb |
fd4ad12563262ebe380d810df8f7755cfab5fb42 |
|
09-Jan-2009 |
Liam O'Reilly <csliam@swansea.ac.uk> |
Improved static analysis of CspCASL, changed some of the low level abstract syntax for CspCASL to hold more data
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@11248 cec4b9c1-7d33-0410-9eda-942365e851bb |
90c174bac60a72ffd81bc3bf5ae2dd9a61943b8b |
|
10-Jul-2008 |
Christian Maeder <Christian.Maeder@dfki.de> |
globally replaced PosItem and UpPos with GetRange
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@10298 cec4b9c1-7d33-0410-9eda-942365e851bb |
adce8375991a372444ab995895442dca6faf9677 |
|
05-Mar-2008 |
Andy Gimblett <a.m.gimblett@swansea.ac.uk> |
CspCASL - bugfix in static analysis
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@9689 cec4b9c1-7d33-0410-9eda-942365e851bb |
5d48a25007fbfa021ca32df2d75770c02d531285 |
|
24-Feb-2008 |
Andy Gimblett <a.m.gimblett@swansea.ac.uk> |
CspCASL - parser tidying
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@9618 cec4b9c1-7d33-0410-9eda-942365e851bb |
00542bf4681e499868885c9eb6a80c2f29968348 |
|
23-Feb-2008 |
Andy Gimblett <a.m.gimblett@swansea.ac.uk> |
CspCASL - removed vestigal CSP_FORMULA datatype
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@9617 cec4b9c1-7d33-0410-9eda-942365e851bb |
c679188b6762edb198e353f724e77c74aa64a7e4 |
|
23-Feb-2008 |
Andy Gimblett <a.m.gimblett@swansea.ac.uk> |
CspCASL - static analysis of renamings/renaming items completed
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@9615 cec4b9c1-7d33-0410-9eda-942365e851bb |
7996f5f893cc14b5e22fdb7ec90a3474ba3c51ab |
|
23-Feb-2008 |
Andy Gimblett <a.m.gimblett@swansea.ac.uk> |
CspCASL - starting on analysis of named processes
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@9614 cec4b9c1-7d33-0410-9eda-942365e851bb |
9582375827616730f146b77f9d5a4fd0cc78bc47 |
|
23-Feb-2008 |
Andy Gimblett <a.m.gimblett@swansea.ac.uk> |
CspCASL - working on static analysis of events
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@9613 cec4b9c1-7d33-0410-9eda-942365e851bb |
20ed727452613e36c0a95ddabf7ecc81cf941ed2 |
|
30-Jan-2008 |
Andy Gimblett <a.m.gimblett@swansea.ac.uk> |
CspCASL - integrating CspCASL symbols into LaTeX pretty printing
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@9495 cec4b9c1-7d33-0410-9eda-942365e851bb |
a09bfcbcb0fba5663fca1968aa82daebf2e092c4 |
|
29-Jan-2008 |
Andy Gimblett <a.m.gimblett@swansea.ac.uk> |
CspCASL - improvements to event parsing
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@9490 cec4b9c1-7d33-0410-9eda-942365e851bb |
8528886a04f14abe0ddf80f50c853cc25bc821cd |
|
29-Jan-2008 |
Andy Gimblett <a.m.gimblett@swansea.ac.uk> |
CspCASL - better static analysis of process declaration alphabets
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@9488 cec4b9c1-7d33-0410-9eda-942365e851bb |
ef1de2a94f526fb52cba8fa9500e2b27d71fb8a6 |
|
27-Jan-2008 |
Andy Gimblett <a.m.gimblett@swansea.ac.uk> |
Channel and process names are SIMPLE_IDs, not Ids
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@9484 cec4b9c1-7d33-0410-9eda-942365e851bb |
7703bbb85e121b1b4190179f4084683a31ae6ea9 |
|
27-Jan-2008 |
Andy Gimblett <a.m.gimblett@swansea.ac.uk> |
amg - small CspCASL parser bugfix
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@9483 cec4b9c1-7d33-0410-9eda-942365e851bb |
06dd4e7c29f33f6122a910719e3bd9062256e397 |
|
19-Dec-2007 |
Andy Gimblett <a.m.gimblett@swansea.ac.uk> |
CspCASL - added Range to CspCASL processes and (most) associated types
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@9393 cec4b9c1-7d33-0410-9eda-942365e851bb |
ac710bec0cea7e4b49394fe7485f0c5c1f67f746 |
|
17-Dec-2007 |
Andy Gimblett <a.m.gimblett@swansea.ac.uk> |
CspCASL - started static analysis of events
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@9385 cec4b9c1-7d33-0410-9eda-942365e851bb |
8812af48f79d4b40c7f02db22c9152f143dc911d |
|
29-Nov-2007 |
Andy Gimblett <a.m.gimblett@swansea.ac.uk> |
CspCASL - fixed a parsing bug (events)
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@9275 cec4b9c1-7d33-0410-9eda-942365e851bb |
2f06b54890375b6cac90394b80b07bd451d728fc |
|
15-Nov-2007 |
Andy Gimblett <a.m.gimblett@swansea.ac.uk> |
CspCASL - completing changes to abstract syntax, and accompanying parser mods
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@9192 cec4b9c1-7d33-0410-9eda-942365e851bb |
f909337bf7012aca169c0b56b89efbd4a310f8da |
|
10-Oct-2007 |
Andy Gimblett <a.m.gimblett@swansea.ac.uk> |
CspCASL - added process declarations and channel declarations
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@9028 cec4b9c1-7d33-0410-9eda-942365e851bb |
46e5c156d6543b2ca5d956267bc93922099537bb |
|
27-Sep-2007 |
Andy Gimblett <a.m.gimblett@swansea.ac.uk> |
CspCASL - cleanup
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@8949 cec4b9c1-7d33-0410-9eda-942365e851bb |
da955132262baab309a50fdffe228c9efe68251d |
|
27-Sep-2007 |
Cui Jian <ken@informatik.uni-bremen.de> |
cleaned up codes
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@8947 cec4b9c1-7d33-0410-9eda-942365e851bb |
55aa687af8a8b1c638b9292e124d337f7925b77c |
|
27-Sep-2007 |
Christian Maeder <Christian.Maeder@dfki.de> |
the key must be tried, too, for a proper decision
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@8946 cec4b9c1-7d33-0410-9eda-942365e851bb |
acf0471700891959cdd7560f330ca79ce4a31a28 |
|
26-Sep-2007 |
Andy Gimblett <a.m.gimblett@swansea.ac.uk> |
CspCASL - fixed parsing anonymous singleton processes
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@8911 cec4b9c1-7d33-0410-9eda-942365e851bb |
c3f3b3166ed4c19c72a27a2d6f8176730e94e71e |
|
26-Sep-2007 |
Andy Gimblett <a.m.gimblett@swansea.ac.uk> |
CspCASL - more work on dealing with multiple process equations. Also
trying to get anonymous singleoton processes working (seems broken now
though).
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@8910 cec4b9c1-7d33-0410-9eda-942365e851bb |
8400689f5338073e0f5fe1ae9a1cdb658c2db83b |
|
24-Sep-2007 |
Andy Gimblett <a.m.gimblett@swansea.ac.uk> |
CspCASL - allow multiple renamings
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@8893 cec4b9c1-7d33-0410-9eda-942365e851bb |
9bf2e821ea5dc827aad8a092bd90bd587f8acb09 |
|
23-Sep-2007 |
Andy Gimblett <a.m.gimblett@swansea.ac.uk> |
CspCASL - tidied/refactored process parser; added named process parsing (broken?)
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@8892 cec4b9c1-7d33-0410-9eda-942365e851bb |
04ceed96d1528b939f2e592d0656290d81d1c045 |
|
23-Sep-2007 |
Andy Gimblett <a.m.gimblett@swansea.ac.uk> |
CspCASL - now parsing families of process equations
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@8891 cec4b9c1-7d33-0410-9eda-942365e851bb |
2ce21d93c455fa41eeea8e218bd8ccc60f9be87f |
|
20-Sep-2007 |
Andy Gimblett <a.m.gimblett@swansea.ac.uk> |
CspCASL - removed some cruft (recProcess, etc.)
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@8873 cec4b9c1-7d33-0410-9eda-942365e851bb |
e071fb22ea9923a2a4ff41184d80ca46b55ee932 |
|
07-Sep-2007 |
Till Mossakowski <mossakow@iws.cs.uni-magdeburg.de> |
added module description
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@8810 cec4b9c1-7d33-0410-9eda-942365e851bb |
d35fc60c68f7737626309664192fec1db3ec8adf |
|
23-Jul-2007 |
Andy Gimblett <a.m.gimblett@swansea.ac.uk> |
CspCASL - fixed a parsing bug
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@8453 cec4b9c1-7d33-0410-9eda-942365e851bb |
8267b99c0d7a187abe6f87ad50530dc08f5d1cdc |
|
10-Jul-2007 |
Andy Gimblett <a.m.gimblett@swansea.ac.uk> |
CspCASL - header updates
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@8313 cec4b9c1-7d33-0410-9eda-942365e851bb |
29ac9ecacf0983a565b89f133ff2bdf2ac02b0c4 |
|
29-Apr-2007 |
Andy Gimblett <a.m.gimblett@swansea.ac.uk> |
CspCASL - debugging parser and tests
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@7853 cec4b9c1-7d33-0410-9eda-942365e851bb |
1538a6e8d77301d6de757616ffc69ee61f1482e4 |
|
15-Feb-2007 |
Andy Gimblett <a.m.gimblett@swansea.ac.uk> |
More CspCASL tweakery.
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@7452 cec4b9c1-7d33-0410-9eda-942365e851bb |
a9eb54cc6c92b077bd1a64fd2694a023ea147aa9 |
|
15-Feb-2007 |
Andy Gimblett <a.m.gimblett@swansea.ac.uk> |
More CspCASL disentangling.
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@7451 cec4b9c1-7d33-0410-9eda-942365e851bb |
0ea916d1e6aea10fd7b84f802fb5148a79d8c20a |
|
15-Feb-2007 |
Andy Gimblett <a.m.gimblett@swansea.ac.uk> |
Working on CspCASL integration; slowly disentangling old version. Have
reached a stable state, but still some work to do.
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@7445 cec4b9c1-7d33-0410-9eda-942365e851bb |
020cdb5dad6b871aba61136a0e1567c00426de87 |
|
17-Jan-2007 |
Andy Gimblett <a.m.gimblett@swansea.ac.uk> |
CspCASL - adding files for new-style CSP-CASL parsing.
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@7320 cec4b9c1-7d33-0410-9eda-942365e851bb |