src/Pure/Isar/outer_syntax.ML
Wed, 07 Jan 2009 12:08:22 +0100 wenzelm added local_theory';
Fri, 02 Jan 2009 16:21:47 +0100 wenzelm renamed ThyEdit (in thy_edit.ML) to ThySyntax (in thy_syntax.ML);
Fri, 02 Jan 2009 15:44:33 +0100 wenzelm added type 'a parser, simplified signature;
Tue, 30 Sep 2008 23:31:36 +0200 wenzelm load_thy: more precise treatment of improper cmd or proof (notably 'oops');
Tue, 30 Sep 2008 22:02:50 +0200 wenzelm load_thy: Toplevel.excursion based on units of command/proof pairs;
Tue, 30 Sep 2008 14:19:25 +0200 wenzelm simplified process_file, eliminated Toplevel.excursion;
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;
Sat, 03 Sep 2005 18:00:48 +0200 wenzelm tuned msg;
Sat, 03 Sep 2005 16:44:17 +0200 wenzelm deprecated non-Isar theory file format;
Thu, 01 Sep 2005 18:48:50 +0200 wenzelm curried_lookup/update;
Mon, 29 Aug 2005 16:18:04 +0200 wenzelm use AList operations;
Thu, 18 Aug 2005 12:07:33 +0200 wenzelm fixed command prompt (was broken due to P.tags);
Tue, 16 Aug 2005 13:42:42 +0200 wenzelm moved structure Keyword to OuterKeyword (Isar/outer_keyword.ML);
Tue, 19 Jul 2005 20:47:01 +0200 wenzelm Inttab.defined;
Wed, 06 Jul 2005 20:00:39 +0200 wenzelm dest_parsers: sort result;
Thu, 02 Jun 2005 18:29:55 +0200 wenzelm tuned;
Tue, 17 May 2005 18:10:42 +0200 wenzelm re-init ml_prompts after loop termination;
Tue, 17 May 2005 10:19:44 +0200 wenzelm tuned;
Sat, 23 Apr 2005 19:50:51 +0200 wenzelm added structure Isar (from isar.ML);
Thu, 03 Mar 2005 12:43:01 +0100 skalberg Move towards standard functions.
Sun, 13 Feb 2005 17:15:14 +0100 skalberg Deleted Library.option type.
Fri, 01 Oct 2004 11:55:43 +0200 aspinall Allow scanning to recover and reconstruct bad input
Mon, 23 Aug 2004 18:31:18 +0200 berghofe Adapted to new interface of function ThyLoad.check_file
Wed, 18 Aug 2004 16:04:39 +0200 aspinall Remove isar_readstring. Split read into scanner and parser.
Mon, 21 Jun 2004 10:25:57 +0200 kleing Merged in license change from Isabelle2004
Wed, 16 Jun 2004 20:36:43 +0200 wenzelm removed unused help function;
Sat, 12 Jun 2004 22:45:59 +0200 wenzelm added read (provides transition names and sources);
Thu, 29 Apr 2004 06:04:01 +0200 wenzelm added is_keyword;
Mon, 07 Jul 2003 17:58:21 +0200 nipkow A patch by david aspinall
Mon, 25 Feb 2002 20:51:48 +0100 wenzelm added check_text;
Tue, 12 Feb 2002 20:28:27 +0100 wenzelm got rid of explicit marginal comments (now stripped earlier from input);
Fri, 29 Dec 2000 19:46:00 +0100 wenzelm recover: ignore result;
Mon, 14 Aug 2000 14:50:32 +0200 wenzelm added thy_script kind;
Tue, 08 Aug 2000 01:17:28 +0200 wenzelm prf_heading kind;
Sat, 01 Jul 2000 19:45:43 +0200 wenzelm removed help;
Fri, 30 Jun 2000 21:21:11 +0200 wenzelm help_antiquotations;
Sun, 25 Jun 2000 23:54:13 +0200 wenzelm moved header stuff to thy_header.ML;
Thu, 08 Jun 2000 21:53:44 +0200 wenzelm prf_open/close;
Sun, 04 Jun 2000 21:54:58 +0200 wenzelm do not setmp Library.timing;
Sun, 04 Jun 2000 00:00:17 +0200 wenzelm improved terminator msg;
Tue, 30 May 2000 16:03:09 +0200 wenzelm global timing flag;
Fri, 05 May 2000 22:09:41 +0200 wenzelm GPLed;
Mon, 17 Apr 2000 13:57:55 +0200 wenzelm Pretty.chunks;
Mon, 03 Apr 2000 14:00:16 +0200 wenzelm support markup environments;
Sat, 01 Apr 2000 20:13:33 +0200 wenzelm presentation ignore stuff: swallow newline;
Sun, 26 Mar 2000 20:13:53 +0200 wenzelm ignore_stuff;
Tue, 08 Feb 2000 20:13:58 +0100 wenzelm added K.qed_global;
Fri, 04 Feb 2000 21:44:04 +0100 wenzelm Present.old_symbol_source;
Wed, 22 Dec 1999 20:29:36 +0100 wenzelm fixed error msg;
Tue, 26 Oct 1999 22:36:50 +0200 wenzelm improved ml handling;
Thu, 21 Oct 1999 18:44:34 +0200 wenzelm markup: keep indentation;
Fri, 08 Oct 1999 17:06:48 +0200 wenzelm old_header: proper error message;
Thu, 07 Oct 1999 17:20:58 +0200 wenzelm verbatim markup tokens;
Thu, 07 Oct 1999 12:36:39 +0200 wenzelm Present.token_source after load (better errors!?);
Thu, 07 Oct 1999 12:19:47 +0200 wenzelm present source *before* theory load;
Wed, 06 Oct 1999 18:12:05 +0200 wenzelm improved present_token;
Wed, 06 Oct 1999 00:33:53 +0200 wenzelm added markup_command;
Tue, 05 Oct 1999 21:18:54 +0200 wenzelm simplified;
Tue, 05 Oct 1999 15:37:44 +0200 wenzelm present token source;
Sun, 03 Oct 1999 15:52:53 +0200 wenzelm export token_source;
Fri, 01 Oct 1999 20:38:00 +0200 wenzelm added prf_asm_goal;
less more (0) -120 tip