src/Pure/Isar/outer_syntax.ML
Thu, 14 Aug 2008 19:52:37 +0200 wenzelm P.doc_source and P.ml_sorce for proper SymbolPos.text;
Wed, 13 Aug 2008 20:57:30 +0200 wenzelm load_thy: no untabify (preserve position information!), present spans instead of verbatim source;
Tue, 12 Aug 2008 21:27:57 +0200 wenzelm Symbol.source/OuterLex.source: more explicit do_recover argument;
Mon, 11 Aug 2008 22:06:49 +0200 wenzelm Isar.command: OuterSyntax.prepare_command_failsafe defers syntax errors until execution time;
Thu, 07 Aug 2008 13:45:07 +0200 wenzelm updated type of nested sources;
Mon, 04 Aug 2008 17:13:34 +0200 wenzelm simplified prepare_command;
Tue, 15 Jul 2008 22:37:58 +0200 wenzelm renamed IsarCmd.nested_command to OuterSyntax.prepare_command;
Mon, 14 Jul 2008 17:51:42 +0200 wenzelm adapted IsarCmd.init_theory;
Wed, 02 Jul 2008 16:40:17 +0200 wenzelm Toplevel.init_theory: pass name explicitly;
Wed, 25 Jun 2008 17:38:32 +0200 wenzelm moved global keywords from OuterSyntax to OuterKeyword, tuned interfaces;
Sat, 24 May 2008 22:04:57 +0200 wenzelm added local_theory command wrappers;
Wed, 14 May 2008 11:05:08 +0200 wenzelm renamed Position.path to Path.position;
Thu, 17 Apr 2008 16:30:45 +0200 wenzelm Pretty.mark;
Thu, 10 Apr 2008 17:01:39 +0200 wenzelm eliminated unused trace, read;
Thu, 10 Apr 2008 14:53:27 +0200 wenzelm export load_thy -- no backpatching;
Thu, 10 Apr 2008 13:24:15 +0200 wenzelm moved structure Isar to isar.ML;
Thu, 27 Mar 2008 14:41:19 +0100 wenzelm added process_file;
Wed, 26 Mar 2008 22:40:07 +0100 wenzelm adapted to Context.thread_data interface;
Tue, 18 Mar 2008 23:25:06 +0100 wenzelm theory loader: discontinued *attached* ML scripts;
Sat, 15 Mar 2008 22:07:32 +0100 wenzelm tuned messages;
Sat, 05 Jan 2008 21:37:21 +0100 wenzelm secure_main: removed separate welcome;
Tue, 01 Jan 2008 16:09:28 +0100 wenzelm try_ml_file: setmp explicit theory context, prevents race condition wrt. concurrent ML_Context.set_context;
Mon, 17 Dec 2007 23:26:27 +0100 wenzelm cond_timeit: added message argument;
Sat, 08 Dec 2007 21:20:06 +0100 wenzelm secure_main: enforces terminator, to gain robustness;
Fri, 07 Dec 2007 22:19:53 +0100 wenzelm added off-line parse;
Tue, 04 Dec 2007 22:49:27 +0100 wenzelm added Isar.secure_main;
Sat, 06 Oct 2007 17:46:52 +0200 wenzelm report on keyword/command declarations;
Sat, 06 Oct 2007 16:50:08 +0200 wenzelm simplified interfaces for outer syntax;
Wed, 08 Aug 2007 23:07:47 +0200 wenzelm load_thy: try_ml_file unconditionally;
Mon, 30 Jul 2007 11:12:28 +0200 wenzelm marked some CRITICAL sections;
Sun, 29 Jul 2007 22:41:58 +0200 wenzelm load_thy: avoid reloading of text;
Mon, 23 Jul 2007 19:45:46 +0200 wenzelm marked some CRITICAL sections;
Fri, 20 Jul 2007 17:54:15 +0200 wenzelm simplified ThyLoad interfaces: only one additional directory;
Thu, 19 Jul 2007 23:18:52 +0200 wenzelm moved deps_thy to ThyLoad (independent of outer syntax);
Thu, 12 Jul 2007 00:15:34 +0200 wenzelm exported command_keyword;
Tue, 10 Jul 2007 23:29:47 +0200 wenzelm export get_lexicons;
Tue, 10 Jul 2007 00:17:52 +0200 wenzelm nested source: explicit interactive flag for recover avoids duplicate errors;
Mon, 09 Jul 2007 23:12:46 +0200 wenzelm toplevel_source: interactive flag indicates intermittent error_msg;
Mon, 30 Apr 2007 13:32:58 +0200 wenzelm explicit treatment of legacy_features;
Fri, 19 Jan 2007 22:08:29 +0100 wenzelm renamed IsarOutput to ThyOutput;
Fri, 19 Jan 2007 13:09:33 +0100 wenzelm adapted ML context operations;
Sat, 30 Dec 2006 16:08:07 +0100 wenzelm refrain from setting ml_prompts again;
Sat, 30 Dec 2006 12:33:27 +0100 wenzelm Toplevel.init_state;
Fri, 15 Dec 2006 00:08:06 +0100 wenzelm avoid conflict with Alice keywords: renamed pack -> implode, unpack -> explode, any -> many, avoided assert;
Thu, 23 Nov 2006 22:38:30 +0100 wenzelm prefer Proof.context over Context.generic;
Fri, 17 Nov 2006 02:19:52 +0100 wenzelm added Isar.goal;
Tue, 07 Nov 2006 11:46:49 +0100 wenzelm Isar.context: proper error;
Thu, 03 Aug 2006 15:03:10 +0200 wenzelm removed OldGoals.legacy flag (always warn);
Thu, 06 Jul 2006 15:21:33 +0200 wenzelm added Isar.context;
Thu, 27 Apr 2006 15:06:35 +0200 wenzelm tuned basic list operators (flat, maps, map_filter);
Wed, 15 Feb 2006 21:35:11 +0100 wenzelm check_text: Toplevel.node option;
Thu, 19 Jan 2006 21:22:22 +0100 wenzelm run_thy: removed Output.toplevel_errors;
Sat, 14 Jan 2006 17:14:17 +0100 wenzelm added Isar.toplevel;
Thu, 01 Dec 2005 22:03:05 +0100 wenzelm tuned msg;
Wed, 02 Nov 2005 14:47:01 +0100 wenzelm added Isar.state/exn;
Fri, 21 Oct 2005 18:14:55 +0200 wenzelm load_file: setmp OldGoals.legacy true;
Wed, 19 Oct 2005 21:52:45 +0200 wenzelm removed old-style theory format;
Thu, 15 Sep 2005 17:16:56 +0200 wenzelm TableFun/Symtab: curried lookup and update;
Tue, 06 Sep 2005 16:59:58 +0200 wenzelm tuned msg;
Mon, 05 Sep 2005 17:38:23 +0200 wenzelm tuned check_text;
less more (0) -100 -60 tip