src/Pure/Syntax/syntax.ML
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;
Wed, 17 Dec 2008 12:10:39 +0100 dropped Ids
Fri, 05 Dec 2008 18:42:37 +0100 removed Table.extend, NameSpace.extend_table
Sat, 29 Nov 2008 13:37:13 +0100 New lexical item "float".
Tue, 18 Nov 2008 18:25:45 +0100 tuned;
Mon, 29 Sep 2008 21:26:41 +0200 report_token/parse_token: back to context-less version;
Mon, 29 Sep 2008 14:41:25 +0200 ContextPosition.report;
Fri, 26 Sep 2008 19:07:56 +0200 eliminated polymorphic equality;
Fri, 15 Aug 2008 15:51:04 +0200 read_asts: Lexicon.report_token, filter Lexicon.is_proper;
Sun, 10 Aug 2008 12:38:26 +0200 added parse_token (from proof_context.ML);
Sat, 09 Aug 2008 12:28:13 +0200 read_asts: report literal tokens;
Sat, 09 Aug 2008 00:09:39 +0200 read_token: more robust handling of empty text;
Thu, 07 Aug 2008 22:32:03 +0200 added read_token -- with optional YXML encoding of position;
Thu, 07 Aug 2008 13:45:03 +0200 adapted Scan.extend_lexicon/merge_lexicons;
Wed, 18 Jun 2008 22:32:04 +0200 TypeExt.type_constraint;
Fri, 13 Jun 2008 21:04:42 +0200 map_const: soft version, no failure here;
Sun, 18 May 2008 15:04:46 +0200 moved global pretty/string_of functions from Sign to Syntax;
Thu, 17 Apr 2008 16:30:50 +0200 token translations: context dependent, result Pretty.T;
Wed, 16 Apr 2008 17:40:40 +0200 tuned;
Wed, 16 Apr 2008 10:50:37 +0200 educated guess for infix syntax
Sun, 27 Jan 2008 22:21:35 +0100 added ambiguity_limit (restricts parse trees / terms printed in messages);
Tue, 27 Nov 2007 16:48:38 +0100 standard_parse_term: check ambiguous results without changing the result yet;
Sun, 11 Nov 2007 14:00:13 +0100 syntax operations: turned extend'' into update'' (absorb duplicates);
Sat, 10 Nov 2007 23:04:03 +0100 added update_const_gram (avoids duplicates);
Sat, 20 Oct 2007 18:54:35 +0200 moved internalM to PrintMode.internal;
Tue, 16 Oct 2007 19:45:57 +0200 Syntax.(un)check: explicit result option;
Mon, 15 Oct 2007 21:08:37 +0200 unparse_arity: unparse type constructor as well;
Thu, 11 Oct 2007 16:05:53 +0200 renamed Syntax.XXX_mode to Syntax.mode_XXX;
Tue, 09 Oct 2007 00:20:23 +0200 generic Syntax.pretty/string_of operations;
Sat, 29 Sep 2007 21:39:53 +0200 added unparse interfaces (still unused);
Tue, 25 Sep 2007 13:28:42 +0200 removed redundant global_parse operations;
Sun, 23 Sep 2007 22:23:27 +0200 TypeInfer.constrain: canonical argument order;
Mon, 17 Sep 2007 16:36:43 +0200 added print_mode_value (CRITICAL);
Sat, 01 Sep 2007 15:47:05 +0200 added singleton check_typ/term/prop;
Thu, 30 Aug 2007 15:04:50 +0200 turned type_check into separate typ/term_check;
Mon, 20 Aug 2007 23:41:43 +0200 standard_parse_term: added pp/check argument, include disambig here (from sign.ML);
Mon, 20 Aug 2007 17:46:32 +0200 type_check: tuned singleton funs case;
Tue, 14 Aug 2007 23:23:09 +0200 renamed standard_read_XXX to standard_parse_XXX;
Tue, 14 Aug 2007 13:20:21 +0200 added generic wrapper for parse/read functions;
Mon, 13 Aug 2007 18:10:24 +0200 moved appl syntax to PureThy;
Mon, 23 Jul 2007 14:06:14 +0200 hide internal structures (again);
Mon, 09 Jul 2007 11:44:20 +0200 type output = string indicates raw system output;
Sun, 08 Jul 2007 19:51:58 +0200 replaced exception TableFun/GraphFun.DUPS by TableFun/GraphFun.DUP;
Sat, 07 Jul 2007 12:16:19 +0200 pretty_sort/typ/term: markup;
Sat, 07 Jul 2007 00:14:56 +0200 simplified pretty token metric: type int;
Sat, 21 Apr 2007 11:07:44 +0200 TypeExt.decode_term;
Sun, 15 Apr 2007 14:32:03 +0200 added read_term;
Tue, 03 Apr 2007 19:24:19 +0200 avoid clash with Alice keywords;
Fri, 19 Jan 2007 22:08:30 +0100 tuned Scan.extend_lexicon;
Sat, 30 Dec 2006 16:08:00 +0100 removed conditional combinator;
Wed, 13 Dec 2006 15:47:37 +0100 tuned signature;
Mon, 11 Dec 2006 21:39:26 +0100 advanced translation functions: Proof.context;
Sat, 09 Dec 2006 18:05:52 +0100 added internal_mode;
Thu, 07 Dec 2006 17:58:54 +0100 added input_mode;
Sun, 26 Nov 2006 18:07:35 +0100 extend_trtab: allow identical trfuns to be overwritten;
Fri, 29 Sep 2006 22:47:01 +0200 Syntax.mode;
Thu, 21 Sep 2006 19:04:20 +0200 member (op =);
Tue, 02 May 2006 20:42:42 +0200 extend/remove_syntax: observe inout flag for translations, too;
Thu, 27 Apr 2006 15:06:35 +0200 tuned basic list operators (flat, maps, map_filter);
Sat, 08 Apr 2006 22:51:35 +0200 pretty_term: late externing of consts (support authentic syntax);