Commit Graph

102 Commits

Author SHA1 Message Date
Burkhart Wolff eae6eaf005 Added “hidden tag fields” in order to make doc-classes disjoint
Added overriding semantics and
overloading checks.
2018-04-20 13:19:50 +02:00
Burkhart Wolff 8ea00650a5 Minor corrections, refactoring, steps towards attribute calculation. 2018-04-19 11:04:11 +02:00
Burkhart Wolff 066396cfae Merge branch 'master' of https://git.logicalhacking.com/HOL-OCL/Isabelle_DOF 2018-04-18 14:47:12 +02:00
Burkhart Wolff 99bdf17712 parsing and internal type-checking works.
No integral type checking yet, and no execution.
2018-04-18 14:46:28 +02:00
Idir AIT SADOUNE ea5c4e2fa9 Merge branch 'master' of https://git.logicalhacking.com/HOL-OCL/Isabelle_DOF 2018-04-18 09:37:12 +02:00
Idir AIT SADOUNE 2e185d9c25 no message 2018-04-18 09:36:21 +02:00
Burkhart Wolff e327461838 Merge branch 'master' of https://git.logicalhacking.com/HOL-OCL/Isabelle_DOF 2018-04-17 17:40:37 +02:00
Burkhart Wolff 7aa52c3fa1 Finally solved the problem with the type conformance of default values to declared attribute types. 2018-04-17 17:39:16 +02:00
Idir AIT SADOUNE baa3ee9b45 no message 2018-04-17 16:43:08 +02:00
Idir AIT SADOUNE d3d7bd7609 no message 2018-04-17 16:42:45 +02:00
Burkhart Wolff a39e0b1b19 Some useful stuff on the Type and Sign interfaces documented, 2018-04-17 16:25:32 +02:00
Burkhart Wolff cf1f4399eb Slight extensions in the scholarly paper onto for pictures (and tables ?) 2018-04-17 15:58:11 +02:00
Burkhart Wolff be04e99c2f Added little things in Idir example.
Just to show.
2018-04-17 15:24:19 +02:00
Burkhart Wolff 325b45834c Merge branch 'master' of https://git.logicalhacking.com/HOL-OCL/Isabelle_DOF 2018-04-17 15:09:10 +02:00
Burkhart Wolff 18c0f6f06d Commented out attribute conformance check since problems. 2018-04-17 15:08:01 +02:00
Idir AIT SADOUNE 9576e6816e no message 2018-04-17 11:14:52 +02:00
Burkhart Wolff 731fd9c775 Diverses 2018-04-16 17:00:31 +02:00
Burkhart Wolff 4c7a8ed91a kleinkram 2018-04-09 11:54:54 +02:00
Achim D. Brucker 1c558f89a3 Documented Eclipse setup. 2018-04-08 17:32:04 +01:00
Achim D. Brucker 0645a9264e Added license information. 2018-04-08 17:13:45 +01:00
Achim D. Brucker 0929d73541 Improved warning message. 2018-04-08 16:37:16 +01:00
Achim D. Brucker b63c8da6cb Added \_ as token. 2018-04-08 16:36:46 +01:00
Achim D. Brucker c336aee16f Added version check. 2018-04-08 15:58:18 +01:00
Achim D. Brucker 77cfc621aa Allow <> in LaTeX commands. 2018-04-08 15:18:24 +01:00
Achim D. Brucker 99882abafa Removed obsolete fixltx2e. 2018-04-08 14:54:29 +01:00
Achim D. Brucker e60afde3f9 Added simple parser for command line arguments. 2018-04-08 14:23:56 +01:00
Achim D. Brucker cd26348056 Improved error handling. 2018-04-08 13:35:21 +01:00
Achim D. Brucker a23efa6a8e Skip empty files. 2018-04-08 12:21:09 +01:00
Burkhart Wolff 64a1c82242 Diverses 2018-04-08 11:29:59 +02:00
Achim D. Brucker 3cf86c2d32 Added session Isabelle_DOF. 2018-04-07 22:08:29 +01:00
Achim D. Brucker 5e3bdbd340 Bug fix: directory creation. 2018-04-07 21:52:35 +01:00
Achim D. Brucker 313a6ea930 Bug fix: directory creation. 2018-04-07 21:44:26 +01:00
Achim D. Brucker e4f5f9bf68 Merge branch 'master' of logicalhacking.com:HOL-OCL/Isabelle_DOF 2018-04-07 21:29:35 +01:00
Achim D. Brucker ebd844f212 Added test for Isabelle_DOF installation. 2018-04-07 21:29:21 +01:00
Idir AIT SADOUNE 5feca3e0e1 no message 2018-04-06 14:48:43 +02:00
Idir AIT SADOUNE 9ee8811576 no message 2018-04-06 14:32:22 +02:00
Idir AIT SADOUNE c3a4111833 no message 2018-04-06 14:25:21 +02:00
Idir AIT SADOUNE 376c3fdd3b no message 2018-04-06 14:13:17 +02:00
Burkhart Wolff 46e1be6411 Added syntax for update_instance*…
+= variant does not yet work.
2018-04-05 12:44:52 +02:00
Burkhart Wolff f8692dd801 Renamed LNCS_onto into “scholarly_paper”.
Decided for the trace variant semantics of monitors.
(more power, easier to implement)
2018-04-05 12:09:58 +02:00
Burkhart Wolff 5e48dcffdf Ontology checking bug for unrelated direct sub_classes fixed.
Enfin !
2018-04-04 18:08:18 +02:00
Burkhart Wolff 027361fb03 unified syntax:
renamed declare_reference open_monitor close_monitor
into declare_reference* open_monitor* close_monitor*
in order to simplify the task for Achim.
2018-04-04 17:04:19 +02:00
Burkhart Wolff 229997d60a Added open/close monitor syntax. 2018-04-04 16:25:33 +02:00
Burkhart Wolff 4d09fc5e34 slight re-arrangement of the examples:
the simple example becomes a cenelec example,
and simple got an example called Article based on
to the LNCS_onto.
2018-04-04 16:14:37 +02:00
Burkhart Wolff 5bc9ddfd52 Running Version for Antiquotqtion Generation -
with a Big - direct sons lead to false errors
2018-04-04 14:44:21 +02:00
Burkhart Wolff 3338fffe19 General SML code cleanup.
Further approximation to DocRef Generation.
2018-04-04 10:45:56 +02:00
Achim D. Brucker 554b2c2ce1 Ignore eclipse project files. 2018-04-03 17:43:40 +01:00
Achim D. Brucker f343af9b54 Integrated LaTexLexer. 2018-04-03 17:42:43 +01:00
Achim D. Brucker 0a517350c4 Bug fixes and added toString() method. 2018-04-03 17:42:25 +01:00
Achim D. Brucker 43f3215938 First set of test cases. 2018-04-03 17:42:08 +01:00