src/Pure/Syntax/parser.ML
Sat, 27 Jan 2018 19:57:37 +0100 wenzelm explicit graph for chains, which contains all nts as nodes;
Sat, 27 Jan 2018 17:27:06 +0100 wenzelm tuned;
Sat, 27 Jan 2018 17:23:21 +0100 wenzelm tuned;
Sat, 27 Jan 2018 16:45:27 +0100 wenzelm tuned output;
Tue, 13 Dec 2016 11:51:42 +0100 wenzelm more symbols;
Fri, 18 Mar 2016 18:32:35 +0100 wenzelm tuned -- fewer warnings;
Thu, 13 Aug 2015 11:05:19 +0200 wenzelm tuned signature, in accordance to sortBy in Scala;
Sun, 06 Apr 2014 16:36:28 +0200 wenzelm more source positions;
Thu, 20 Feb 2014 17:51:16 +0100 wenzelm tuned messages;
Wed, 29 Aug 2012 11:48:45 +0200 wenzelm renamed Position.str_of to Position.here;
Wed, 21 Mar 2012 11:00:34 +0100 wenzelm prefer explicitly qualified exception List.Empty;
Fri, 25 Nov 2011 23:04:12 +0100 wenzelm removed obsolete argument (cf. 954e9d6782ea);
Fri, 25 Nov 2011 16:32:29 +0100 wenzelm prefer Parser.make_gram over Parser.merge_gram, to approximate n-ary merges on theory import;
Tue, 09 Aug 2011 16:09:10 +0200 kleing removed "extremely ambigous" warning; has been ignored by everyone for years.
Sun, 17 Apr 2011 13:47:22 +0200 wenzelm clarified pretty_parsetree: suppress literal tokens;
Fri, 08 Apr 2011 15:02:11 +0200 wenzelm discontinued special treatment of structure Syntax_Ext (formerly Syn_Ext);
Thu, 07 Apr 2011 23:25:09 +0200 wenzelm report literal tokens according to parsetree head;
Tue, 05 Apr 2011 15:04:55 +0200 wenzelm use standard tables with standard argument order;
Mon, 04 Apr 2011 23:52:56 +0200 wenzelm accumulate parsetrees in canonical reverse order;
Mon, 04 Apr 2011 23:26:32 +0200 wenzelm tuned;
Mon, 04 Apr 2011 22:58:15 +0200 wenzelm tuned -- removed redundancy;
Mon, 04 Apr 2011 22:49:41 +0200 wenzelm tuned signatures;
Mon, 04 Apr 2011 22:21:36 +0200 wenzelm streamlined token list operations, assuming that the order of union does not matter;
Mon, 04 Apr 2011 21:35:59 +0200 wenzelm misc tuning and clarification;
Mon, 04 Apr 2011 15:51:45 +0200 wenzelm direct pretty printing of parsetrees -- prevent diagnostic output from crashing due to undeclared entities;
Tue, 21 Dec 2010 21:31:36 +0100 wenzelm configuration option "syntax_branching_level";
Sat, 04 Dec 2010 18:41:12 +0100 wenzelm added Syntax.default_root;
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 =);
less more (0) -100 -60 tip