src/Pure/Syntax/syntax.ML
Mon, 21 Dec 2020 15:13:49 +0100 step 4.6: two gaps in trace on SPARK
Mon, 21 Dec 2020 11:55:10 +0100 step 4.5: separate trace for specific proof element
Wed, 23 Sep 2020 15:18:07 +0200 \----- start update Isabelle2019 --> Isabelle2020
Tue, 03 Sep 2019 16:10:31 +0200 \----- start update Isabelle2018 --> Isabelle2019
Wed, 22 Aug 2018 14:44:15 +0200 \----- start update Isabelle2017 --> Isabelle2018
Fri, 19 Jan 2018 12:49:17 +0100 \----- start update Isabelle2015 --> Isabelle2017
Sat, 05 Dec 2015 16:09:41 +0100 switched from Isabelle2014 to Isabelle2015, intermediate state
Sun, 06 Apr 2014 16:36:28 +0200 more source positions;
Mon, 31 Mar 2014 12:35:39 +0200 some shortcuts for chunks, which sometimes avoid bulky string output;
Sat, 01 Mar 2014 23:17:37 +0100 tuned signature;
Sat, 01 Mar 2014 22:46:31 +0100 clarified language markup: added "delimited" property;
Sun, 26 May 2013 20:42:43 +0200 tuned signature;
Sat, 25 May 2013 15:37:53 +0200 syntax translations always depend on context;
Thu, 04 Apr 2013 12:06:23 +0200 added var_position in analogy to longid_position, for typing reports on input;
Fri, 29 Mar 2013 22:14:27 +0100 Pretty.item markup for improved readability of lists of items;
Sun, 25 Nov 2012 19:49:24 +0100 Isabelle-specific implementation of quasi-abstract markup elements -- back to module arrangement before d83797ef0d2d;
Mon, 01 Oct 2012 16:37:22 +0200 report sort assignment of visible type variables;
Sat, 17 Mar 2012 13:06:23 +0100 added Syntax.read_typs;
Fri, 09 Mar 2012 20:04:19 +0100 tuned signature;
Fri, 17 Feb 2012 15:42:26 +0100 simplified configuration options for syntax ambiguity;
Thu, 16 Feb 2012 22:18:28 +0100 simplified configuration options for syntax ambiguity;
Wed, 15 Feb 2012 13:24:22 +0100 renamed "xstr" to "str_token";
Mon, 16 Jan 2012 21:50:15 +0100 position constraints for numerals enable PIDE markup;
Thu, 05 Jan 2012 20:26:01 +0100 discontinued Syntax.positions -- atomic parse trees are always annotated;
Thu, 01 Dec 2011 12:25:27 +0100 renamed inner syntax categories "num" to "num_token" and "xnum" to "xnum_token";
Mon, 28 Nov 2011 22:05:32 +0100 separate module for concrete Isabelle markup;
Fri, 25 Nov 2011 23:04:12 +0100 removed obsolete argument (cf. 954e9d6782ea);
Fri, 25 Nov 2011 16:32:29 +0100 prefer Parser.make_gram over Parser.merge_gram, to approximate n-ary merges on theory import;
Mon, 14 Nov 2011 17:48:26 +0100 inner syntax positions for string literals;
Wed, 09 Nov 2011 20:47:11 +0100 tuned signature;
Wed, 09 Nov 2011 14:58:48 +0100 tuned signature -- emphasize internal role of these operations;
Wed, 07 Sep 2011 21:05:53 +0200 explicit join_syntax ensures command transaction integrity of 'theory';
Wed, 10 Aug 2011 16:05:14 +0200 future_job: explicit indication of interrupts;
Sat, 06 Aug 2011 15:48:08 +0200 make syntax ambiguity warnings a config option
Sun, 10 Jul 2011 20:59:04 +0200 inner syntax supports inlined YXML according to Term_XML (particularly useful for producing text under program control);
Mon, 27 Jun 2011 15:01:08 +0200 parallel Syntax.parse, which is rather slow;
Sun, 15 May 2011 22:22:26 +0200 future merge of grammars, to improve parallel performance;
Tue, 26 Apr 2011 21:05:52 +0200 clarified auxiliary structure Lexicon.Syntax;
Tue, 19 Apr 2011 21:55:42 +0200 explicit markup for loose bounds;
Tue, 19 Apr 2011 15:58:05 +0200 slightly more special eq_list/eq_set, with shortcut involving pointer_eq;
Tue, 19 Apr 2011 14:57:09 +0200 simplified check/uncheck interfaces: result comparison is hardwired by default;
Mon, 18 Apr 2011 11:13:29 +0200 simplified pretty printing context, which is only required for certain kernel operations;
Sun, 17 Apr 2011 23:47:05 +0200 provide structure Syntax early (before structure Type), back-patch check/uncheck later;
Sat, 16 Apr 2011 15:47:52 +0200 modernized structure Proof_Context;
Fri, 08 Apr 2011 22:40:29 +0200 more accurate markup for syntax consts, notably binders which point back to the original logical entity;
Fri, 08 Apr 2011 21:11:29 +0200 discontinued Syntax.max_pri, which is not really a symbolic parameter;
Fri, 08 Apr 2011 18:08:13 +0200 simplified Pure syntax bootstrap;
Fri, 08 Apr 2011 17:45:37 +0200 renamed sprop "prop#" to "prop'" -- proper identifier;
Fri, 08 Apr 2011 16:34:14 +0200 discontinued special treatment of structure Lexicon;
Fri, 08 Apr 2011 15:48:14 +0200 discontinued special status of structure Printer;
Fri, 08 Apr 2011 15:02:11 +0200 discontinued special treatment of structure Syntax_Ext (formerly Syn_Ext);
Fri, 08 Apr 2011 14:20:57 +0200 discontinued special treatment of structure Mixfix;
Fri, 08 Apr 2011 13:31:16 +0200 explicit structure Syntax_Trans;
Thu, 07 Apr 2011 21:37:42 +0200 tuned signature;
Thu, 07 Apr 2011 18:24:59 +0200 discontinued user-defined token translations;
Wed, 06 Apr 2011 23:04:00 +0200 separate structure Term_Position;
Wed, 06 Apr 2011 22:25:44 +0200 type syntax as regular mixfix specification (type_ext for bootstrapping has been obsolete for many years);
Wed, 06 Apr 2011 17:15:06 +0200 eliminated slightly odd Syntax.rep_syntax;
Wed, 06 Apr 2011 17:00:40 +0200 more abstract print translation;
Wed, 06 Apr 2011 16:15:57 +0200 more abstract syntax translation;