test/Tools/isac/ProgLang/auto_prog.sml
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/..