src/Tools/code/code_target.ML
Mon, 01 Sep 2008 10:18:37 +0200 restructured code generation of literals
Thu, 28 Aug 2008 22:09:20 +0200 restructured and split code serializer module
Thu, 14 Aug 2008 16:52:54 +0200 ML_Context.add_antiq: pass position;
Tue, 12 Aug 2008 21:28:09 +0200 OuterSyntax.scan: pass position;
Sat, 09 Aug 2008 22:43:46 +0200 unified Args.T with OuterLex.token, renamed some operations;
Wed, 06 Aug 2008 00:12:31 +0200 fall back on P.term_group, to avoid problems with inner_syntax markup (due to CodeName.read_const_exprs);
Wed, 30 Jul 2008 07:34:00 +0200 dropped imperative monad bind
Fri, 11 Jul 2008 09:02:33 +0200 simple inheritance concept
Wed, 02 Jul 2008 11:47:27 +0200 cached code for code antiquotation
Wed, 02 Jul 2008 07:12:17 +0200 code antiquotation roaring ahead
Thu, 26 Jun 2008 15:06:30 +0200 Args.theory;
Wed, 25 Jun 2008 17:38:32 +0200 moved global keywords from OuterSyntax to OuterKeyword, tuned interfaces;
Tue, 24 Jun 2008 19:43:22 +0200 ml_code_antiq: proper scanner combinators;
Fri, 20 Jun 2008 21:00:28 +0200 explicit thm context for error messages
Tue, 10 Jun 2008 15:30:06 +0200 major refactorings in code generator modules
Fri, 30 May 2008 08:02:19 +0200 various code streamlining
Thu, 29 May 2008 13:27:13 +0200 yet another attempt to circumvent printmode problems
Wed, 28 May 2008 12:24:48 +0200 fixed utterly wrong print mode handling
Wed, 28 May 2008 12:06:49 +0200 new serializer interface
Mon, 26 May 2008 17:55:39 +0200 proper use of the Pretty module
Mon, 28 Apr 2008 13:41:04 +0200 dropping return in imperative monad bindings
Sun, 27 Apr 2008 17:13:01 +0200 corrected ML semantics
Thu, 27 Mar 2008 19:04:42 +0100 clarified character serializations
Mon, 24 Mar 2008 23:34:24 +0100 ML runtime compilation: pass position, tuned signature;
Fri, 22 Feb 2008 12:01:57 +0100 non-operative code antiquotation
Sun, 17 Feb 2008 06:49:53 +0100 New simpler representation of numerals, using Bit0 and Bit1 instead of BIT, B0, and B1
Tue, 29 Jan 2008 10:19:58 +0100 tuned names
Sat, 26 Jan 2008 20:01:37 +0100 avoid redundant escaping of Isabelle symbols;
Fri, 25 Jan 2008 14:54:49 +0100 tuned
Mon, 21 Jan 2008 08:43:36 +0100 non-negative numerals
Wed, 02 Jan 2008 15:14:27 +0100 empty dictionaries for OCaml
Thu, 13 Dec 2007 07:09:09 +0100 heutistics for type annotations in Haskell
Wed, 05 Dec 2007 14:16:05 +0100 map_product and fold_product
Fri, 26 Oct 2007 19:58:32 +0200 replaced Secure.evaluate by ML_Context.evaluate;
Thu, 25 Oct 2007 13:52:05 +0200 tuned
Mon, 22 Oct 2007 16:54:54 +0200 clarified Haskell qualification heuristics
Thu, 18 Oct 2007 16:09:39 +0200 CRITICAL evaluation
Fri, 12 Oct 2007 08:20:45 +0200 code_include replaces code_moduleprolog
Tue, 09 Oct 2007 17:10:38 +0200 renamed AxClass.get_definition to AxClass.get_info (again);
Mon, 08 Oct 2007 22:03:31 +0200 moved translation kernel to CodeThingol
Sat, 06 Oct 2007 16:50:04 +0200 simplified interfaces for outer syntax;
Thu, 04 Oct 2007 19:41:55 +0200 concept for exceptions
Tue, 02 Oct 2007 07:59:55 +0200 clarified role of class relations
Sat, 29 Sep 2007 08:58:55 +0200 added ocaml strings
Tue, 25 Sep 2007 12:16:14 +0200 ML monad support
Thu, 20 Sep 2007 16:37:34 +0200 more precise treatment of free dictionary parameters for evaluation
Tue, 18 Sep 2007 18:05:37 +0200 simplified PrintMode interfaces;
Tue, 18 Sep 2007 16:08:00 +0200 simplified type int (eliminated IntInf.int, integer);
Tue, 18 Sep 2007 07:36:12 +0200 clarified evaluation code
Sat, 15 Sep 2007 19:27:50 +0200 added explicit theorems
Fri, 24 Aug 2007 14:14:20 +0200 overloaded definitions accompanied by explicit constants
Tue, 21 Aug 2007 13:30:38 +0200 improved evaluation interface
Thu, 16 Aug 2007 11:45:07 +0200 fixed OCaml bug
Wed, 15 Aug 2007 08:57:45 +0200 fixed OCaml bug
Mon, 13 Aug 2007 21:22:40 +0200 fixed OCaml bug
Fri, 10 Aug 2007 17:04:34 +0200 new structure for code generator modules