src/Tools/Code/code_runtime.ML
Sun, 05 Oct 2014 20:30:56 +0200 haftmann split dynamic from static context
Sun, 29 Jun 2014 18:02:18 +0200 haftmann modernized diagnostic options
Thu, 15 May 2014 16:38:31 +0200 haftmann syntactic means to prevent accidental mixup of static and dynamic context
Thu, 15 May 2014 16:38:29 +0200 haftmann dropped obsolete hand-waving adjustion of type variables: safely done in preprocessor
Fri, 09 May 2014 08:13:26 +0200 haftmann normalizing of type variables before evaluation with explicit resubstitution function: make nbe work with funny type variables like \<AA>;
Sat, 19 Apr 2014 17:23:05 +0200 wenzelm added command 'SML_export' and 'SML_import' for exchange of toplevel bindings;
Fri, 21 Mar 2014 20:33:56 +0100 wenzelm more qualified names;
Tue, 18 Mar 2014 17:39:03 +0100 wenzelm clarifed module name;
Tue, 18 Mar 2014 16:16:28 +0100 wenzelm clarified modules;
Wed, 12 Mar 2014 21:58:48 +0100 wenzelm simplified programming interface to define ML antiquotations -- NB: the transformed context ignores updates of the context parser;
Wed, 26 Feb 2014 11:57:52 +0100 haftmann prefer proof context over background theory
Sun, 23 Feb 2014 10:33:43 +0100 haftmann keep only identifiers public which are explicitly requested or demanded by dependencies
Sun, 23 Feb 2014 10:33:43 +0100 haftmann explicit option for "open" code generation
Mon, 03 Feb 2014 16:33:54 +0100 wenzelm more formal markup;
Thu, 30 Jan 2014 16:09:04 +0100 haftmann reduced prominence of "permissive code generation"
Sat, 25 Jan 2014 23:50:49 +0100 haftmann less clumsy namespace
Sat, 25 Jan 2014 23:50:49 +0100 haftmann prefer explicit code symbol type over ad-hoc name mangling
Fri, 23 Aug 2013 20:35:50 +0200 wenzelm added Theory.setup convenience;
Fri, 23 Aug 2013 19:53:27 +0200 wenzelm clarified type ML_Context.antiq: context parser maintains compilation context, declaration is applied to final context;
Sun, 23 Jun 2013 21:16:07 +0200 haftmann migration from code_(const|type|class|instance) to code_printing and from code_module to code_identifier
Sun, 23 Jun 2013 21:16:06 +0200 haftmann more appropriate cutting of input syntax
Fri, 27 Jul 2012 22:26:38 +0200 haftmann evaluation: allow multiple code modules
Thu, 19 Apr 2012 19:18:11 +0200 haftmann dropped dead code
Fri, 16 Mar 2012 18:20:12 +0100 wenzelm outer syntax command definitions based on formal command_spec derived from theory header declarations;
Thu, 15 Mar 2012 20:07:00 +0100 wenzelm prefer formally checked @{keyword} parser;
Thu, 15 Mar 2012 19:02:34 +0100 wenzelm declare minor keywords via theory header;
Wed, 29 Feb 2012 23:09:06 +0100 wenzelm clarified module Thy_Load;
Wed, 09 Nov 2011 21:36:18 +0100 wenzelm misc tuning;
Wed, 26 Oct 2011 22:50:40 +0200 wenzelm tuned;
Fri, 02 Sep 2011 19:29:36 +0200 haftmann avoid "Code" as structure name
Fri, 01 Jul 2011 15:16:03 +0200 wenzelm proper @{binding} antiquotations (relevant for formal references);
Mon, 27 Jun 2011 16:53:31 +0200 wenzelm ML antiquotations are managed as theory data, with proper name space and entity markup;
Sat, 16 Apr 2011 16:15:37 +0200 wenzelm modernized structure Proof_Context;
Sat, 16 Apr 2011 15:25:25 +0200 wenzelm prefer local name spaces;
Sun, 13 Mar 2011 16:01:00 +0100 wenzelm Path.print is the official way to show file-system paths to users -- note that Path.implode often indicates violation of the abstract datatype;
Sun, 09 Jan 2011 21:33:41 +0100 wenzelm reverted 08240feb69c7 -- breaks positions of reports;
Sat, 08 Jan 2011 17:14:48 +0100 wenzelm misc tuning and comments based on review of Theory_Data, Proof_Data, Generic_Data usage;
Tue, 21 Dec 2010 21:05:50 +0100 wenzelm more robust ML antiquotations -- allow original tokens without adjacent whitespace;
Tue, 21 Dec 2010 09:29:33 +0100 haftmann evaluator separating static and dynamic operations
Tue, 21 Dec 2010 09:19:37 +0100 haftmann tuned naming
Tue, 21 Dec 2010 09:18:29 +0100 haftmann evaluator separating static and dynamic operations
Tue, 21 Dec 2010 08:40:39 +0100 haftmann program is separate argument to serializer
Fri, 17 Dec 2010 18:24:44 +0100 haftmann avoid slightly odd Conv.tap_thy
Wed, 15 Dec 2010 09:47:12 +0100 haftmann simplified evaluation function names
Thu, 09 Dec 2010 17:25:43 +0100 haftmann tuned names
Thu, 09 Dec 2010 09:58:33 +0100 haftmann tracing of term to be evaluated
Fri, 26 Nov 2010 22:33:21 +0100 haftmann keep type variable arguments of datatype constructors in bookkeeping
Fri, 26 Nov 2010 12:03:18 +0100 haftmann globbing constant expressions use more idiomatic underscore rather than star
Mon, 08 Nov 2010 10:56:48 +0100 haftmann corrected slip: must keep constant map, not type map; tuned code
Mon, 08 Nov 2010 10:43:24 +0100 haftmann constructors to datatypes in code_reflect can be globbed; dropped unused code
Wed, 03 Nov 2010 10:44:53 +0100 haftmann polyml_as_definition does not require explicit dependencies on external ML files
Fri, 29 Oct 2010 11:35:28 +0200 haftmann actually pass "verbose" argument
Thu, 28 Oct 2010 22:04:00 +0200 wenzelm use Exn.interruptible_capture to keep user-code interruptible (Exn.capture not immediately followed by Exn.release here);
Tue, 26 Oct 2010 11:20:14 +0200 haftmann Code_Runtime.trace
Fri, 01 Oct 2010 22:44:36 +0200 haftmann merged
Fri, 01 Oct 2010 17:06:49 +0200 haftmann avoid antiquotation processing for code_reflect; moved ML_Context.value to Code_Runtime
Fri, 01 Oct 2010 17:23:26 +0200 wenzelm made SML/NJ happy;
Fri, 01 Oct 2010 11:46:09 +0200 haftmann added polyml_as_definition -- using external SML files as substitute for proper definitions -- only for polyml!
Tue, 21 Sep 2010 15:46:06 +0200 haftmann reject term variables explicitly
Mon, 20 Sep 2010 08:53:37 +0200 haftmann made smlnj happy
less more (0) -60 tip