test/Tools/isac/ProgLang/auto_prog.sml
Sun, 09 Oct 2022 07:44:22 +0200 eliminate term2str in test/*
Sat, 08 Oct 2022 11:40:48 +0200 follow up 5: cleanup
Fri, 07 Oct 2022 20:46:48 +0200 follow up 3: MethodC.adapt_to_typ on loading by CalcTree, CalcTreeTEST
Mon, 12 Sep 2022 17:46:32 +0200 eliminate KEStore_Elems.get_thes, add_thes 2: get_cas 1: Test_Isac ok
Sun, 11 Sep 2022 14:31:15 +0200 resolve name clash in get_calc
Wed, 07 Sep 2022 10:58:12 +0200 eliminate KEStore_Elems.get_thes, add_thes 1: get_rls 1
Fri, 05 Aug 2022 08:45:37 +0200 finish Calc_Binop, add signature EXAMPLE
Sat, 30 Jul 2022 16:47:45 +0200 eliminate global flag Rewrite.trace_on
Thu, 16 Sep 2021 17:23:54 +0200 separate realpow constant, with additional cases not covered by Transcendental.powr;
Mon, 19 Jul 2021 18:29:46 +0200 cleanup after "eliminate ThmC.numerals_to_Free"
Mon, 19 Jul 2021 17:29:35 +0200 introduce ALL valid const_name in test/*
Sun, 18 Jul 2021 21:15:21 +0200 Test_Isac_Short.thy, Test_Some.the work on new src, new TOODOOs
Sun, 18 Jul 2021 18:30:09 +0200 Test_Isac_Short.thy works again (ndefined ML antiquotation: "rule_thm_sym", "rule_thm")
Mon, 21 Jun 2021 15:36:09 +0200 more antiquotations for Isabelle/HOL consts/types, without change of semantics;
Sat, 12 Jun 2021 18:22:07 +0200 use more antiquotations;
Fri, 07 May 2021 18:12:51 +0200 * WN: simplify const names like "is'_expanded"
Mon, 03 May 2021 08:49:50 +0200 replace Isac's power with Isabelle's Transcendental.powr
Mon, 19 Apr 2021 15:02:00 +0200 long identifiers for occurences in test/../termC.sml
Wed, 03 Feb 2021 16:39:44 +0100 Isac's MethodC not shadowing Isabelle's Method
Wed, 20 May 2020 12:52:09 +0200 standard format for string lists
Fri, 15 May 2020 11:46:43 +0200 shift code from Specification to appropriate locations
Tue, 12 May 2020 17:42:29 +0200 shift code from struct.Specify to appropriate locations
Mon, 04 May 2020 12:38:16 +0200 end cleanup Interpret/*, preliminary
Mon, 04 May 2020 09:25:51 +0200 separate Solve_Step.add, rearrange code, prep. Specify_Step
Mon, 27 Apr 2020 12:36:21 +0200 separate struct.Subst, rename idenfitiers
Wed, 15 Apr 2020 18:00:58 +0200 collect code in ThyC
Wed, 15 Apr 2020 11:37:43 +0200 cleanup
Mon, 13 Apr 2020 15:31:23 +0200 reorganise struct. ThmC, part 1
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
Mon, 06 Apr 2020 11:44:36 +0200 use "Rule_Set" for shorter identifiers
Sat, 04 Apr 2020 12:11:32 +0200 separate Rule_Set from Rule
Mon, 23 Mar 2020 13:31:29 +0100 separate structure Detail_Step
Mon, 10 Feb 2020 17:01:49 +0100 replace Prog. in prep_rls by Auto_Prog.gen, which generates Prog. on the fly
Fri, 17 Jan 2020 13:14:11 +0100 lucin: introduce Calc.T and Program.T
Wed, 13 Nov 2019 10:21:51 +0100 separate structure Pos: POSITION
Wed, 02 Oct 2019 16:02:17 +0200 lucin: use #> in Program in analogy to #> in Isabelle/ML
Wed, 02 Oct 2019 15:14:51 +0200 lucin: generalise bound variable in Prog_Tac.Rewrite*Inst
Tue, 01 Oct 2019 10:47:25 +0200 lucin: drop unused bool argument in tactic Rewrite*Inst
Sun, 22 Sep 2019 16:52:14 +0200 adopt new files of ProgLang in test/..