src/Pure/ML/ml_context.ML
Mon, 17 May 2010 15:11:25 +0200 renamed structure OuterLex to Token and type token to Token.T, keeping legacy aliases for some time;
Sat, 15 May 2010 23:16:32 +0200 refer directly to structure Keyword and Parse;
Sun, 07 Feb 2010 19:33:34 +0100 renamed old-style Drule.standard to Drule.export_without_context, to emphasize that this is in no way a standard operation;
Sun, 07 Feb 2010 18:04:48 +0100 simplified interface for ML antiquotations, struct_name is always "Isabelle";
Tue, 27 Oct 2009 13:15:20 +0100 critical comments;
Sat, 17 Oct 2009 15:57:51 +0200 indicate CRITICAL nature of various setmp combinators;
Tue, 29 Sep 2009 11:49:22 +0200 explicit indication of Unsynchronized.ref;
Mon, 01 Jun 2009 23:28:07 +0200 structure ML_Compiler;
Mon, 01 Jun 2009 15:26:00 +0200 moved local ML environment to separate module ML_Env;
Tue, 24 Mar 2009 11:57:41 +0100 datatype antiquote: maintain original Position.range, which is eventually attached to the resulting ML tokens;
Mon, 23 Mar 2009 21:40:11 +0100 more systematic type use_context, with particular values ML_Parse.global_context and ML_Context.local_context;
Sun, 22 Mar 2009 20:49:48 +0100 ML_Lex.read_antiq;
Sun, 22 Mar 2009 19:10:59 +0100 export eval_antiquotes: refined version that operates on ML tokens;
Fri, 20 Mar 2009 20:22:13 +0100 report markup for ML tokens;
Thu, 19 Mar 2009 21:05:40 +0100 eval_antiquotes: joint scanning of ML tokens and antiquotations;
Thu, 19 Mar 2009 16:56:51 +0100 parameterized datatype antiquote and read operation;
Thu, 19 Mar 2009 15:44:14 +0100 Antiquote.Text: keep full position information;
Thu, 19 Mar 2009 15:22:53 +0100 OuterLex.read_antiq;
Wed, 18 Mar 2009 22:41:14 +0100 more precise type Symbol_Pos.text;
Wed, 18 Mar 2009 21:55:38 +0100 de-camelized Symbol_Pos;
Fri, 13 Mar 2009 21:25:15 +0100 eliminated type Args.T;
Wed, 21 Jan 2009 23:21:44 +0100 removed Ids;
Wed, 21 Jan 2009 16:47:04 +0100 binding replaces bstring
Mon, 29 Sep 2008 21:26:39 +0200 back to plain Position.report for regular references;
Mon, 29 Sep 2008 14:41:25 +0200 ContextPosition.report;
Wed, 17 Sep 2008 22:06:59 +0200 added inherit_env;
Wed, 17 Sep 2008 21:27:32 +0200 explicit handling of ML environment within generic context;
Fri, 15 Aug 2008 17:03:55 +0200 report antiquotation names;
Thu, 14 Aug 2008 20:13:43 +0200 report ML_source;
Thu, 14 Aug 2008 19:52:40 +0200 antiquotes: proper SymbolPos decoding, adapted Antiquote.read/Antiq;
Thu, 14 Aug 2008 16:52:54 +0200 ML_Context.add_antiq: pass position;
Sat, 09 Aug 2008 22:43:46 +0200 unified Args.T with OuterLex.token, renamed some operations;
Thu, 07 Aug 2008 19:21:43 +0200 simplified Antiquote signature;
Thu, 07 Aug 2008 13:45:09 +0200 Antiquote.read/read_arguments;
Wed, 06 Aug 2008 00:12:21 +0200 adapted Antiq;
Mon, 04 Aug 2008 18:56:55 +0200 Exported eval_wrapper.
Sat, 28 Jun 2008 15:17:26 +0200 tuned;
Wed, 25 Jun 2008 17:38:39 +0200 re-use official outer keywords;
Tue, 24 Jun 2008 19:43:19 +0200 add_antiq: more general notion of ML antiquotation;
Wed, 14 May 2008 11:05:08 +0200 renamed Position.path to Path.position;
Tue, 15 Apr 2008 16:12:18 +0200 removed eval_antiquotes_fn;
Sat, 29 Mar 2008 19:14:14 +0100 removed obsolete store_thm(s), cf. functional versions in pure_thy.ML;
Fri, 28 Mar 2008 22:39:45 +0100 eval_wrapper: non-critical version via unique Isabelle structure, proper forget_structure;
Fri, 28 Mar 2008 00:02:54 +0100 reorganized signature of ML_Context;
Thu, 27 Mar 2008 14:41:20 +0100 renamed ML_Context.the_context to ML_Context.the_global_context;
Wed, 26 Mar 2008 22:40:08 +0100 added store_thms etc. (formerly in Thy/thm_database.ML);
Wed, 26 Mar 2008 20:14:38 +0100 removed obsolete pass, save;
Mon, 24 Mar 2008 23:34:24 +0100 ML runtime compilation: pass position, tuned signature;
Mon, 24 Mar 2008 17:09:34 +0100 simplified thm_antiq;
Thu, 20 Mar 2008 17:38:55 +0100 thm_antiq: produce error at runtime, not compile time;
Thu, 20 Mar 2008 16:04:30 +0100 Facts.Named: include position;
Thu, 20 Mar 2008 00:20:51 +0100 simplified get_thm(s): back to plain name argument;
Wed, 19 Mar 2008 22:27:57 +0100 renamed datatype thmref to Facts.ref, tuned interfaces;
Fri, 14 Mar 2008 08:52:53 +0100 added mk_const functions
Sat, 01 Mar 2008 14:10:14 +0100 added @{const} antiquotation;
Tue, 01 Jan 2008 16:09:29 +0100 eval_wrapper: CRITICAL;
Tue, 18 Dec 2007 19:54:34 +0100 named some critical sections;
Thu, 08 Nov 2007 14:51:31 +0100 renamed ProofContext.read_const' to ProofContext.read_const_proper;
Wed, 07 Nov 2007 22:20:13 +0100 ProofContext.read_const';
Fri, 26 Oct 2007 19:58:32 +0200 replaced Secure.evaluate by ML_Context.evaluate;