src/Pure/Syntax/syntax.ML
Mon, 19 Apr 2010 23:11:39 +0200 wenzelm update_syntax: add new productions only once, to allow repeated local notation, for example;
Tue, 09 Mar 2010 14:29:47 +0100 wenzelm simplified Syntax.basic_syntax (again);
Wed, 03 Mar 2010 00:28:22 +0100 wenzelm authentic syntax for classes and type constructors;
Mon, 01 Mar 2010 17:07:36 +0100 wenzelm more uniform treatment of syntax for types vs. consts;
Sat, 27 Feb 2010 13:32:05 +0100 wenzelm parallel brute-force disambiguation;
Sun, 21 Feb 2010 23:05:37 +0100 wenzelm filter out authentic const syntax;
Mon, 15 Feb 2010 18:03:42 +0100 wenzelm renamed InfixName to Infix etc.;
Thu, 11 Feb 2010 22:03:37 +0100 wenzelm added ML antiquotation @{syntax_const};
Wed, 25 Nov 2009 09:13:46 +0100 haftmann normalized uncurry take/drop
Tue, 24 Nov 2009 17:28:25 +0100 haftmann curried take/drop
Sun, 29 Nov 2009 17:14:24 +0100 wenzelm tuned message;
Sun, 08 Nov 2009 16:30:41 +0100 wenzelm adapted Generic_Data, Proof_Data;
Wed, 30 Sep 2009 22:20:58 +0200 wenzelm eliminated redundant bindings;
Tue, 29 Sep 2009 11:49:22 +0200 wenzelm explicit indication of Unsynchronized.ref;
Wed, 18 Mar 2009 21:55:38 +0100 wenzelm de-camelized Symbol_Pos;
Sun, 08 Mar 2009 17:26:14 +0100 wenzelm moved basic algebra of long names from structure NameSpace to Long_Name;
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;
Wed, 17 Dec 2008 12:10:39 +0100 haftmann dropped Ids
Fri, 05 Dec 2008 18:42:37 +0100 haftmann removed Table.extend, NameSpace.extend_table
Sat, 29 Nov 2008 13:37:13 +0100 nipkow New lexical item "float".
Tue, 18 Nov 2008 18:25:45 +0100 wenzelm tuned;
Mon, 29 Sep 2008 21:26:41 +0200 wenzelm report_token/parse_token: back to context-less version;
Mon, 29 Sep 2008 14:41:25 +0200 wenzelm ContextPosition.report;
Fri, 26 Sep 2008 19:07:56 +0200 wenzelm eliminated polymorphic equality;
Fri, 15 Aug 2008 15:51:04 +0200 wenzelm read_asts: Lexicon.report_token, filter Lexicon.is_proper;
Sun, 10 Aug 2008 12:38:26 +0200 wenzelm added parse_token (from proof_context.ML);
Sat, 09 Aug 2008 12:28:13 +0200 wenzelm read_asts: report literal tokens;
Sat, 09 Aug 2008 00:09:39 +0200 wenzelm read_token: more robust handling of empty text;
Thu, 07 Aug 2008 22:32:03 +0200 wenzelm added read_token -- with optional YXML encoding of position;
Thu, 07 Aug 2008 13:45:03 +0200 wenzelm adapted Scan.extend_lexicon/merge_lexicons;
Wed, 18 Jun 2008 22:32:04 +0200 wenzelm TypeExt.type_constraint;
Fri, 13 Jun 2008 21:04:42 +0200 wenzelm map_const: soft version, no failure here;
Sun, 18 May 2008 15:04:46 +0200 wenzelm moved global pretty/string_of functions from Sign to Syntax;
Thu, 17 Apr 2008 16:30:50 +0200 wenzelm token translations: context dependent, result Pretty.T;
Wed, 16 Apr 2008 17:40:40 +0200 wenzelm tuned;
Wed, 16 Apr 2008 10:50:37 +0200 haftmann educated guess for infix syntax
Sun, 27 Jan 2008 22:21:35 +0100 wenzelm added ambiguity_limit (restricts parse trees / terms printed in messages);
Tue, 27 Nov 2007 16:48:38 +0100 wenzelm standard_parse_term: check ambiguous results without changing the result yet;
Sun, 11 Nov 2007 14:00:13 +0100 wenzelm syntax operations: turned extend'' into update'' (absorb duplicates);
Sat, 10 Nov 2007 23:04:03 +0100 wenzelm added update_const_gram (avoids duplicates);
Sat, 20 Oct 2007 18:54:35 +0200 wenzelm moved internalM to PrintMode.internal;
Tue, 16 Oct 2007 19:45:57 +0200 wenzelm Syntax.(un)check: explicit result option;
Mon, 15 Oct 2007 21:08:37 +0200 wenzelm unparse_arity: unparse type constructor as well;
Thu, 11 Oct 2007 16:05:53 +0200 wenzelm renamed Syntax.XXX_mode to Syntax.mode_XXX;
Tue, 09 Oct 2007 00:20:23 +0200 wenzelm generic Syntax.pretty/string_of operations;
Sat, 29 Sep 2007 21:39:53 +0200 wenzelm added unparse interfaces (still unused);
Tue, 25 Sep 2007 13:28:42 +0200 wenzelm removed redundant global_parse operations;
Sun, 23 Sep 2007 22:23:27 +0200 wenzelm TypeInfer.constrain: canonical argument order;
Mon, 17 Sep 2007 16:36:43 +0200 wenzelm added print_mode_value (CRITICAL);
Sat, 01 Sep 2007 15:47:05 +0200 wenzelm added singleton check_typ/term/prop;
Thu, 30 Aug 2007 15:04:50 +0200 wenzelm turned type_check into separate typ/term_check;
Mon, 20 Aug 2007 23:41:43 +0200 wenzelm standard_parse_term: added pp/check argument, include disambig here (from sign.ML);
Mon, 20 Aug 2007 17:46:32 +0200 wenzelm type_check: tuned singleton funs case;
Tue, 14 Aug 2007 23:23:09 +0200 wenzelm renamed standard_read_XXX to standard_parse_XXX;
Tue, 14 Aug 2007 13:20:21 +0200 wenzelm added generic wrapper for parse/read functions;
Mon, 13 Aug 2007 18:10:24 +0200 wenzelm moved appl syntax to PureThy;
Mon, 23 Jul 2007 14:06:14 +0200 wenzelm hide internal structures (again);
Mon, 09 Jul 2007 11:44:20 +0200 wenzelm type output = string indicates raw system output;
Sun, 08 Jul 2007 19:51:58 +0200 wenzelm replaced exception TableFun/GraphFun.DUPS by TableFun/GraphFun.DUP;
Sat, 07 Jul 2007 12:16:19 +0200 wenzelm pretty_sort/typ/term: markup;
Sat, 07 Jul 2007 00:14:56 +0200 wenzelm simplified pretty token metric: type int;
Sat, 21 Apr 2007 11:07:44 +0200 wenzelm TypeExt.decode_term;
Sun, 15 Apr 2007 14:32:03 +0200 wenzelm added read_term;
Tue, 03 Apr 2007 19:24:19 +0200 wenzelm avoid clash with Alice keywords;
Fri, 19 Jan 2007 22:08:30 +0100 wenzelm tuned Scan.extend_lexicon;
Sat, 30 Dec 2006 16:08:00 +0100 wenzelm removed conditional combinator;
Wed, 13 Dec 2006 15:47:37 +0100 wenzelm tuned signature;
Mon, 11 Dec 2006 21:39:26 +0100 wenzelm advanced translation functions: Proof.context;
Sat, 09 Dec 2006 18:05:52 +0100 wenzelm added internal_mode;
Thu, 07 Dec 2006 17:58:54 +0100 wenzelm added input_mode;
Sun, 26 Nov 2006 18:07:35 +0100 wenzelm extend_trtab: allow identical trfuns to be overwritten;
Fri, 29 Sep 2006 22:47:01 +0200 wenzelm Syntax.mode;
Thu, 21 Sep 2006 19:04:20 +0200 wenzelm member (op =);
Tue, 02 May 2006 20:42:42 +0200 wenzelm extend/remove_syntax: observe inout flag for translations, too;
Thu, 27 Apr 2006 15:06:35 +0200 wenzelm tuned basic list operators (flat, maps, map_filter);
Sat, 08 Apr 2006 22:51:35 +0200 wenzelm pretty_term: late externing of consts (support authentic syntax);
Tue, 21 Mar 2006 12:18:07 +0100 wenzelm subtract (op =);
Tue, 14 Mar 2006 16:29:39 +0100 wenzelm added remove_trrules(_i);
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
Tue, 07 Feb 2006 19:56:45 +0100 wenzelm renamed gen_duplicates to duplicates;
Mon, 06 Feb 2006 20:58:57 +0100 wenzelm TableFun: renamed xxx_multi to xxx_list;
Fri, 03 Feb 2006 23:12:28 +0100 wenzelm canonical member/insert/merge;
Tue, 31 Jan 2006 00:39:40 +0100 wenzelm advanced translations: Context.generic;
Thu, 19 Jan 2006 21:22:25 +0100 wenzelm added basic syntax;
Sat, 14 Jan 2006 17:14:06 +0100 wenzelm sane ERROR handling;
Sat, 17 Dec 2005 01:00:40 +0100 wenzelm sort_distinct;
Tue, 20 Sep 2005 08:21:49 +0200 haftmann slight adaptions to library changes
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 18:46:56 +0200 wenzelm fixed ins_tokentr: AList.default;
Wed, 31 Aug 2005 09:37:12 +0200 haftmann introduced AList.*
Sun, 28 Aug 2005 16:04:52 +0200 wenzelm removed obsolete type_syn;
Tue, 16 Aug 2005 13:42:50 +0200 wenzelm added eq_syntax;
Wed, 06 Jul 2005 10:41:50 +0200 wenzelm tuned msg;
Fri, 01 Jul 2005 22:36:36 +0200 wenzelm ambig msg: warning again;
Fri, 01 Jul 2005 14:42:05 +0200 wenzelm use tracing for potentially voluminous ambiguity output;
Wed, 29 Jun 2005 15:13:43 +0200 wenzelm proper treatment of advanced trfuns: pass thy argument;
Sat, 23 Apr 2005 19:51:24 +0200 wenzelm removed token_trans.ML (some content moved to syn_ext.ML);
Sun, 17 Apr 2005 19:39:11 +0200 wenzelm tuned;
Sat, 16 Apr 2005 18:58:55 +0200 wenzelm expect translations functions to be stamped already;
Fri, 04 Mar 2005 15:07:34 +0100 skalberg Removed practically all references to Library.foldr.
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
Wed, 09 Jun 2004 18:54:43 +0200 wenzelm removed separate logtypes field of syntax; removed test_read, simple_str_of_sort, simple_string_of_typ; provide default_mode;
Fri, 21 May 2004 21:47:07 +0200 berghofe Modified functions pt_to_ast and ast_to_term to improve handling
Thu, 29 Apr 2004 06:04:01 +0200 wenzelm added is_keyword;
Thu, 22 Apr 2004 10:59:41 +0200 wenzelm tuned interfaces to accomodate advanced translation functions;
Fri, 16 Apr 2004 18:45:56 +0200 berghofe Replaced quote by Library.quote, since quote now refers to Symbol.quote
Sun, 31 Aug 2003 21:24:29 +0200 skalberg Added 'ambiguity_is_error' flag, which, if set, makes the parser fail,
Wed, 16 Jan 2002 23:19:34 +0100 wenzelm GPLed;
Wed, 28 Nov 2001 23:30:24 +0100 wenzelm removed unused simple_read_typ;
Sat, 24 Nov 2001 17:01:00 +0100 wenzelm Symtab.merge_multi';
Wed, 07 Nov 2001 18:18:29 +0100 wenzelm tuned;
Tue, 06 Nov 2001 19:29:36 +0100 wenzelm extend_XXX: sane argument order ... -> syntax -> syntax;
Sat, 01 Sep 2001 00:20:44 +0200 wenzelm tuned;
Fri, 31 Aug 2001 16:24:00 +0200 berghofe Made consts list operations a bit faster.
Sun, 12 Nov 2000 14:36:10 +0100 wenzelm removed junk;
less more (0) -120 tip