src/Pure/Syntax/syn_ext.ML
Thu, 07 Apr 2011 18:24:59 +0200 discontinued user-defined token translations;
Thu, 07 Apr 2011 17:52:44 +0200 simplified printer context: uniform externing and static token translations;
Wed, 06 Apr 2011 14:08:40 +0200 discontinued old-style Syntax.constrainC;
Wed, 06 Apr 2011 13:33:46 +0200 typed_print_translation: discontinued show_sorts argument;
Wed, 06 Apr 2011 12:58:13 +0200 moved unparse material to syntax_phases.ML;
Sat, 04 Dec 2010 18:41:12 +0100 added Syntax.default_root;
Mon, 31 May 2010 21:06:57 +0200 modernized some structure names, keeping a few legacy aliases;
Wed, 03 Mar 2010 00:28:22 +0100 authentic syntax for classes and type constructors;
Fri, 26 Feb 2010 23:05:47 +0100 use simplified Syntax.escape;
Wed, 24 Feb 2010 20:37:01 +0100 allow general mixfix syntax for type constructors;
Thu, 11 Feb 2010 22:03:15 +0100 treat inner token markers as syntax consts;
Thu, 29 Oct 2009 17:58:26 +0100 standardized filter/filter_out;
Wed, 21 Oct 2009 12:02:56 +0200 curried union as canonical list operation
Wed, 21 Oct 2009 08:14:38 +0200 dropped redundant gen_ prefix
Tue, 20 Oct 2009 16:13:01 +0200 replaced old_style infixes eq_set, subset, union, inter and variants by generic versions
Wed, 30 Sep 2009 22:24:57 +0200 eliminated redundant parameters;
Sun, 01 Mar 2009 16:48:06 +0100 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 removed Ids;
Fri, 02 Jan 2009 19:38:13 +0100 added numeral, which supercedes num, xnum, float;
Sat, 29 Nov 2008 13:37:13 +0100 New lexical item "float".
Thu, 20 Nov 2008 00:03:47 +0100 Pure syntax: more coherent treatment of aprop, permanent TERM and &&&;
Thu, 17 Apr 2008 16:30:50 +0200 token translations: context dependent, result Pretty.T;
Wed, 17 Oct 2007 23:16:38 +0200 removed obsolete unlocalize_mfix;
Wed, 11 Jul 2007 17:47:45 +0200 Symbol.not_eof/sync is superceded by Symbol.is_regular (rules out further control symbols);
Mon, 09 Jul 2007 11:44:20 +0200 type output = string indicates raw system output;
Sat, 07 Jul 2007 00:14:56 +0200 simplified pretty token metric: type int;
Tue, 03 Apr 2007 19:24:19 +0200 avoid clash with Alice keywords;
Fri, 15 Dec 2006 00:08:06 +0100 avoid conflict with Alice keywords: renamed pack -> implode, unpack -> explode, any -> many, avoided assert;
Mon, 11 Dec 2006 21:39:26 +0100 advanced translation functions: Proof.context;
Thu, 21 Sep 2006 19:05:56 +0200 member (op =);
Tue, 11 Jul 2006 12:17:01 +0200 Name.invent_list;
Thu, 27 Apr 2006 15:06:35 +0200 tuned basic list operators (flat, maps, map_filter);
Tue, 21 Mar 2006 12:18:15 +0100 avoid polymorphic equality;
Wed, 15 Feb 2006 21:34:55 +0100 removed distinct, renamed gen_distinct to distinct;
Sat, 11 Feb 2006 17:17:47 +0100 tuned;
Fri, 10 Feb 2006 02:22:54 +0100 added mfix_delims;
Wed, 08 Feb 2006 14:39:00 +0100 introduced gen_distinct in place of distinct
Tue, 31 Jan 2006 00:39:40 +0100 advanced translations: Context.generic;
Sat, 14 Jan 2006 17:14:06 +0100 sane ERROR handling;
Wed, 04 Jan 2006 00:52:49 +0100 added unlocalize_mfix;
Wed, 29 Jun 2005 15:13:40 +0200 accomodate advanced trfuns;
Tue, 17 May 2005 10:19:44 +0200 tuned;
Sat, 23 Apr 2005 19:51:45 +0200 added tokentrans_mode, standard_token_classes, standard_token_markers (from token_trans.ML);
Sat, 16 Apr 2005 18:58:30 +0200 added stamp_trfun, mk_trfun, eq_trfun;
Thu, 03 Mar 2005 12:43:01 +0100 Move towards standard functions.
Sun, 13 Feb 2005 17:15:14 +0100 Deleted Library.option type.
Mon, 21 Jun 2004 10:25:57 +0200 Merged in license change from Isabelle2004
Wed, 09 Jun 2004 18:54:26 +0200 removed separate logtypes field of syntax;
Sat, 29 May 2004 14:58:44 +0200 Library.read_int;
Sat, 01 May 2004 22:10:37 +0200 improved indexed syntax / implicit structures;
Thu, 22 Apr 2004 10:59:19 +0200 non_typed_tr';
Wed, 30 Jan 2002 14:05:29 +0100 escape_mfix;
Wed, 16 Jan 2002 23:19:34 +0100 GPLed;
Fri, 14 Dec 2001 22:30:54 +0100 support for ``indexed syntax'' (using "\<index>" argument instead of "_");
Sat, 01 Sep 2001 00:20:44 +0200 tuned;
Mon, 17 Jul 2000 21:44:39 +0200 consts: include *all* names;
Sat, 04 Sep 1999 21:04:07 +0200 removed binding;
Wed, 02 Jun 1999 22:26:24 +0200 added dddot_indexname;
Tue, 09 Mar 1999 12:11:29 +0100 token translation: real;
Mon, 16 Nov 1998 10:41:27 +0100 Scan.read;