src/Pure/Syntax/parser.ML
Mon, 30 Aug 2010 15:19:39 +0200 wenzelm tuned messages: discontinued spurious full-stops (messages are occasionally composed unexpectedly);
Fri, 27 Aug 2010 19:43:28 +0200 wenzelm more careful treatment of context visibility flag wrt. spurious warnings;
Wed, 25 Aug 2010 17:45:35 +0200 wenzelm eliminated some old camel case stuff;
Wed, 25 Aug 2010 17:34:10 +0200 wenzelm some attempts to recover Isabelle/ML style from the depths of time;
Wed, 25 Aug 2010 16:13:55 +0200 wenzelm keep persistent production tables as immutable vectors -- potential performance improvement on modern hardware;
Tue, 20 Jul 2010 14:44:33 +0200 wenzelm eliminated old-style sys_error/SYS_ERROR in favour of exception Fail -- after careful checking that there is no overlap with existing handling of that;
Fri, 02 Jul 2010 21:48:54 +0200 wenzelm standard argument order;
Fri, 02 Jul 2010 21:41:06 +0200 wenzelm do not open auxiliary ML structures;
Mon, 31 May 2010 21:06:57 +0200 wenzelm modernized some structure names, keeping a few legacy aliases;
Thu, 29 Oct 2009 17:58:26 +0100 wenzelm standardized filter/filter_out;
Thu, 22 Oct 2009 13:48:06 +0200 haftmann map_range (and map_index) combinator
Wed, 21 Oct 2009 12:02:56 +0200 haftmann curried union as canonical list operation
Wed, 21 Oct 2009 08:14:38 +0200 haftmann dropped redundant gen_ prefix
Tue, 20 Oct 2009 16:13:01 +0200 haftmann replaced old_style infixes eq_set, subset, union, inter and variants by generic versions
Tue, 29 Sep 2009 11:49:22 +0200 wenzelm explicit indication of Unsynchronized.ref;
Sun, 01 Mar 2009 16:48:06 +0100 wenzelm discontinued experimental support for Alice -- too hard to maintain its many language incompatibilities, never really worked anyway;
Mon, 19 Jan 2009 20:05:41 +0100 wenzelm removed Ids;
Tue, 18 Nov 2008 18:25:55 +0100 wenzelm signed_string_of_int for priorities;
Sat, 09 Aug 2008 12:28:12 +0200 wenzelm tuned error message;
Sat, 09 Aug 2008 00:09:36 +0200 wenzelm datatype token: maintain range, tuned representation;
Wed, 16 Apr 2008 10:50:37 +0200 haftmann educated guess for infix syntax
Thu, 14 Feb 2008 21:33:44 +0100 wenzelm syntax error: suppress expected categories altogether;
Thu, 14 Feb 2008 15:45:26 +0100 wenzelm expected syntax categories: reduced duplication, report minimal priorities only;
Sat, 26 Jan 2008 23:15:33 +0100 wenzelm syntax error: unified output of priorities;
Sat, 26 Jan 2008 22:14:07 +0100 wenzelm syntax error: reduced spam -- print expected nonterminals instead of terminals;
Mon, 13 Aug 2007 18:10:22 +0200 wenzelm Lexicon.tokenize: do not appen EndToken yet;
Mon, 23 Jul 2007 19:45:48 +0200 wenzelm avoid global reference warned'';
Sun, 22 Jul 2007 21:20:54 +0200 wenzelm avoid polymorphic equality;
Tue, 03 Apr 2007 19:24:19 +0200 wenzelm avoid clash with Alice keywords;
Tue, 28 Nov 2006 00:35:18 +0100 wenzelm simplified '?' operator;
Tue, 10 Oct 2006 13:59:13 +0200 haftmann gen_rem(s) abandoned in favour of remove / subtract
Wed, 04 Oct 2006 14:17:38 +0200 haftmann insert replacing ins ins_int ins_string
Thu, 21 Sep 2006 19:04:20 +0200 wenzelm member (op =);
Thu, 27 Apr 2006 15:06:35 +0200 wenzelm tuned basic list operators (flat, maps, map_filter);
Tue, 21 Mar 2006 12:18:15 +0100 wenzelm avoid polymorphic equality;
Wed, 15 Feb 2006 21:34:55 +0100 wenzelm removed distinct, renamed gen_distinct to distinct;
Wed, 08 Feb 2006 14:39:00 +0100 haftmann introduced gen_distinct in place of distinct
Thu, 15 Sep 2005 17:16:56 +0200 wenzelm TableFun/Symtab: curried lookup and update;
Thu, 08 Sep 2005 16:09:23 +0200 haftmann introduces some modern-style AList operations
Thu, 01 Sep 2005 18:48:50 +0200 wenzelm curried_lookup/update;
Wed, 31 Aug 2005 09:37:12 +0200 haftmann introduced AList.*
Fri, 01 Jul 2005 22:35:41 +0200 wenzelm avoid polyeq;
Tue, 17 May 2005 18:10:31 +0200 wenzelm tuned;
Sat, 16 Apr 2005 18:58:09 +0200 wenzelm added make_gram;
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.
Mon, 21 Jun 2004 10:25:57 +0200 kleing Merged in license change from Isabelle2004
Fri, 16 Apr 2004 18:48:13 +0200 berghofe Replaced quote by Pretty.quote / Library.quote, since quote now refers to Symbol.quote
Thu, 14 Mar 2002 16:00:29 +0100 kleing increased treshold for "this expression could be extremely ambigous" warning
Wed, 16 Jan 2002 23:19:34 +0100 wenzelm GPLed;
Wed, 27 Oct 1999 11:15:35 +0200 oheimb symbols in (error) messages now consistently with single backslash
Sat, 10 Jul 1999 21:40:14 +0200 wenzelm more specific exn;
Fri, 25 Jun 1999 13:37:51 +0200 wenzelm branching_level = 400;
Fri, 29 Jan 1999 17:11:40 +0100 oheimb corrected output of symbols for several (probably not all) relevant functions
Tue, 12 May 1998 18:06:27 +0200 wenzelm branching_level = 250;
Mon, 09 Mar 1998 16:10:57 +0100 wenzelm tuned syntax error msg;
Sun, 28 Dec 1997 14:56:44 +0100 wenzelm renamed Symtab.null to Symtab.empty;
Tue, 26 Nov 1996 16:26:06 +0100 paulson Eta-expansion of a function definition, for value polymorphism
Thu, 14 Nov 1996 14:32:01 +0100 wenzelm removed silly message;
Fri, 15 Mar 1996 12:01:19 +0100 berghofe Added some functions which allow redirection of Isabelle's output
less more (0) -60 tip