test/Tools/isac/ProgLang/prog_expr.sml
Tue, 31 Jan 2023 10:49:17 +0100 cleanup parse #6: eliminate TermC.parseNEW
Mon, 30 Jan 2023 09:47:18 +0100 cleanup parse #3: final functions inb ParseC
Wed, 11 Jan 2023 11:38:01 +0100 eliminate use of Thy_Info 12: TermC partially
Mon, 07 Nov 2022 19:58:01 +0100 rename KEstore_Elems to Know_Store
Sun, 09 Oct 2022 07:44:22 +0200 eliminate term2str in test/*
Fri, 05 Aug 2022 08:45:37 +0200 finish Calc_Binop, add signature EXAMPLE
Sun, 31 Jul 2022 16:35:33 +0200 eliminate global flag Eval.trace_on
Sat, 30 Jul 2022 16:47:45 +0200 eliminate global flag Rewrite.trace_on
Thu, 26 May 2022 12:44:51 +0200 unify parse 6': TermC.parse eliminated, Test_Isac ok
Tue, 14 Sep 2021 12:22:57 +0200 \\adopt Isabelles calculation of numerals, some cases are missing
Mon, 23 Aug 2021 12:33:10 +0200 repair fun eval_cancel finished
Wed, 18 Aug 2021 20:34:41 +0200 replace is_const with is_num, ERROR removed
Tue, 27 Jul 2021 11:21:14 +0200 revert previous changeset
Tue, 20 Jul 2021 14:37:56 +0200 //reduce the number of TermC.parse*; "//"means: tests broken .
Mon, 19 Jul 2021 17:29:35 +0200 introduce ALL valid const_name in test/*
Sun, 18 Jul 2021 18:15:27 +0200 merged
Sun, 18 Jul 2021 16:20:32 +0200 eliminate ThmC.numerals_to_Free: Test_Isac_Short.thy works with TOODOO s
Tue, 13 Jul 2021 10:43:21 +0200 Test_Some.thy + rewrite.sml + poly.sml ok: improve eval_is_atom
Sat, 03 Jul 2021 16:21:07 +0200 //test/../rewrite.sml,poly.sml WORK
Tue, 01 Jun 2021 15:41:23 +0200 Test_Some.thy with looping ML<>
Mon, 21 Jun 2021 15:36:09 +0200 more antiquotations for Isabelle/HOL consts/types, without change of semantics;
Fri, 07 May 2021 18:12:51 +0200 * WN: simplify const names like "is'_expanded"
Tue, 20 Apr 2021 16:58:44 +0200 replace power ^^^ by \<up>
Mon, 19 Apr 2021 15:02:00 +0200 long identifiers for occurences in test/../termC.sml
Wed, 22 Apr 2020 11:06:48 +0200 shift Unsynchronized.ref for tracing to respect.struct.
Tue, 21 Apr 2020 16:53:17 +0200 Test_Isac_Short now ok.
Wed, 15 Apr 2020 11:37:43 +0200 cleanup
Mon, 13 Apr 2020 13:27:55 +0200 improve renaming
Fri, 10 Apr 2020 18:32:36 +0200 use "UnparseC" for renaming identifiers
Thu, 09 Apr 2020 17:13:17 +0200 separate struct. UnparseC, shift code to ThmC
Wed, 08 Apr 2020 12:32:51 +0200 use new struct "Rule_Set" for renaming identifiers
Wed, 01 Apr 2020 14:14:46 +0200 reorganise 2 tests according to fun.defs
Thu, 26 Mar 2020 16:17:21 +0100 improve classification of assumptions (True, False, indeterminate)
Sun, 22 Sep 2019 16:52:14 +0200 adopt new files of ProgLang in test/..