src/Pure/Syntax/printer.ML
Sun, 12 May 2013 20:25:45 +0200 wenzelm some system options as context-sensitive config options;
Thu, 11 Oct 2012 20:38:02 +0200 wenzelm clarified output token markup (see also bc22daeed49e);
Wed, 03 Oct 2012 16:59:58 +0200 wenzelm more explicit show_type_constraint, show_sort_constraint;
Sat, 29 Sep 2012 16:17:46 +0200 wenzelm turn constraints into Isabelle_Markup.typing, depending on show_markup options;
Sat, 29 Sep 2012 13:43:23 +0200 wenzelm tuned signature;
Wed, 02 May 2012 16:56:25 +0200 wenzelm avoid interference of markup for literal tokens, which may contain slightly odd \<^bsub> \<^esub> counted as pseudo-markup (especially relevant for HTML output, e.g. of thm power3_eq_cube);
Sun, 17 Apr 2011 23:47:05 +0200 wenzelm provide structure Syntax early (before structure Type), back-patch check/uncheck later;
Fri, 08 Apr 2011 21:11:29 +0200 wenzelm discontinued Syntax.max_pri, which is not really a symbolic parameter;
Fri, 08 Apr 2011 15:48:14 +0200 wenzelm discontinued special status of structure Printer;
Fri, 08 Apr 2011 15:02:11 +0200 wenzelm discontinued special treatment of structure Syntax_Ext (formerly Syn_Ext);
Fri, 08 Apr 2011 13:31:16 +0200 wenzelm explicit structure Syntax_Trans;
Thu, 07 Apr 2011 17:52:44 +0200 wenzelm simplified printer context: uniform externing and static token translations;
Wed, 06 Apr 2011 21:55:41 +0200 wenzelm moved type syntax translations to syn_trans.ML;
Wed, 06 Apr 2011 17:00:40 +0200 wenzelm more abstract print translation;
Wed, 06 Apr 2011 12:58:13 +0200 wenzelm moved unparse material to syntax_phases.ML;
Tue, 22 Mar 2011 13:32:20 +0100 wenzelm support for encoded positions (for id_position, longid_position) as pseudo type-constraints -- still inactive;
Sat, 04 Dec 2010 14:57:04 +0100 wenzelm added Syntax.pretty_priority;
Mon, 06 Sep 2010 21:33:19 +0200 wenzelm more explicit indication of Config.raw options, which are only needed for bootstrapping Pure;
Sun, 05 Sep 2010 23:16:21 +0200 wenzelm turned show_brackets into proper configuration option;
Sun, 05 Sep 2010 21:41:24 +0200 wenzelm turned show_sorts/show_types into proper configuration options;
Fri, 03 Sep 2010 23:54:48 +0200 wenzelm turned eta_contract into proper configuration option;
Fri, 03 Sep 2010 22:57:21 +0200 wenzelm turned show_structs into proper configuration option;
Fri, 03 Sep 2010 17:43:44 +0200 wenzelm turned show_all_types into proper configuration option;
Fri, 03 Sep 2010 16:36:33 +0200 wenzelm treat show_free_types as plain ML option, without the extras of global default and registration in the attribute name space -- NB: 'print_configs' only shows the latter;
Fri, 03 Sep 2010 16:09:12 +0200 wenzelm more explicit Config.declare vs. Config.declare_global;
Fri, 03 Sep 2010 15:54:03 +0200 wenzelm turned show_no_free_types into proper configuration option show_free_types, with flipped polarity;
Thu, 02 Sep 2010 00:48:07 +0200 wenzelm turned show_question_marks into proper configuration option;
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;
Mon, 31 May 2010 21:06:57 +0200 wenzelm modernized some structure names, keeping a few legacy aliases;
Wed, 03 Mar 2010 12:03:47 +0100 wenzelm mark_atoms: more precise treatment of SynExt.standard_token_markers vs. syntax consts;
Wed, 03 Mar 2010 00:28:22 +0100 wenzelm authentic syntax for classes and type constructors;
Sun, 21 Feb 2010 22:35:02 +0100 wenzelm slightly more abstract syntax mark/unmark operations;
Sat, 17 Oct 2009 15:57:51 +0200 wenzelm indicate CRITICAL nature of various setmp combinators;
Tue, 29 Sep 2009 11:49:22 +0200 wenzelm explicit indication of Unsynchronized.ref;
Mon, 19 Jan 2009 20:05:41 +0100 wenzelm removed Ids;
Thu, 17 Apr 2008 16:30:52 +0200 wenzelm token translations: context dependent, result Pretty.T;
Sun, 11 Nov 2007 14:00:12 +0100 wenzelm replaced extend_prtabs by update_prtabs (absorb duplicates);
Sat, 10 Nov 2007 23:04:02 +0100 wenzelm remove_prtabs: tuned, avoid excessive garbage;
Mon, 17 Sep 2007 16:36:41 +0200 wenzelm avoid direct access to print_mode;
Mon, 23 Jul 2007 19:45:44 +0200 wenzelm eliminated transform_failure (to avoid critical section for main transactions);
Mon, 09 Jul 2007 11:44:20 +0200 wenzelm type output = string indicates raw system output;
Sat, 07 Jul 2007 12:16:18 +0200 wenzelm pretty: markup for syntax/name of authentic consts;
Sat, 07 Jul 2007 00:14:56 +0200 wenzelm simplified pretty token metric: type int;
Mon, 11 Dec 2006 21:39:26 +0100 wenzelm advanced translation functions: Proof.context;
Sun, 10 Dec 2006 15:30:48 +0100 wenzelm support printing of idtdummy;
Thu, 27 Apr 2006 15:06:35 +0200 wenzelm tuned basic list operators (flat, maps, map_filter);
Sat, 08 Apr 2006 22:51:33 +0200 wenzelm pretty: late externing of consts (support authentic syntax);
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
Mon, 06 Feb 2006 20:59:57 +0100 wenzelm TableFun: renamed xxx_multi to xxx_list;
Tue, 31 Jan 2006 00:39:40 +0100 wenzelm advanced translations: Context.generic;
Wed, 09 Nov 2005 16:26:54 +0100 wenzelm tuned;
Thu, 15 Sep 2005 17:16:56 +0200 wenzelm TableFun/Symtab: curried lookup and update;
Tue, 13 Sep 2005 22:19:49 +0200 wenzelm replaced TRANSLATION_FAIL by EXCEPTION;
Thu, 01 Sep 2005 18:48:50 +0200 wenzelm curried_lookup/update;
Wed, 31 Aug 2005 09:37:12 +0200 haftmann introduced AList.*
Mon, 29 Aug 2005 16:18:04 +0200 wenzelm use AList operations;
Wed, 29 Jun 2005 15:13:41 +0200 wenzelm proper treatment of advanced trfuns: pass thy argument;
Tue, 17 May 2005 10:19:44 +0200 wenzelm tuned;
Sat, 23 Apr 2005 19:51:35 +0200 wenzelm SynExt.standard_token_markers
Sun, 17 Apr 2005 19:39:11 +0200 wenzelm tuned;
Sat, 16 Apr 2005 18:58:18 +0200 wenzelm tuned extend_prtabs;
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
Sun, 20 Jun 2004 09:27:17 +0200 wenzelm tuned pp;
Sat, 29 May 2004 15:07:29 +0200 wenzelm added pp_show_brackets; support unbreakable blocks;
Fri, 21 May 2004 21:22:10 +0200 wenzelm string_of_vname moved to term.ML;
Sat, 01 May 2004 22:09:45 +0200 wenzelm tuned;
Fri, 29 Aug 2003 18:39:47 +0200 skalberg Added show_all_types flag, such that all type information in the term
Wed, 16 Jan 2002 23:19:34 +0100 wenzelm GPLed;
Sat, 24 Nov 2001 17:01:00 +0100 wenzelm Symtab.merge_multi';
Tue, 20 Nov 2001 20:57:46 +0100 wenzelm prefer later trfuns;
Tue, 16 Oct 2001 00:35:30 +0200 wenzelm be more careful about token class markers;
Thu, 07 Sep 2000 22:37:59 +0200 wenzelm internalize error "insufficient syntax for prefix application";
Wed, 15 Mar 2000 18:19:06 +0100 wenzelm use Pretty.str / Pretty.raw_str;
Fri, 04 Jun 1999 19:51:04 +0200 wenzelm print "..." variable;
Tue, 09 Mar 1999 12:11:29 +0100 wenzelm token translation: real;
Fri, 12 Feb 1999 13:56:21 +0100 wenzelm tuned pretty format lookup;
Thu, 11 Feb 1999 21:17:10 +0100 wenzelm proper handling of print_mode wrt. Pretty.sym;
Fri, 29 Jan 1999 17:10:26 +0100 oheimb moved print_mode to ROOT.ML
Tue, 20 Oct 1998 16:32:20 +0200 wenzelm no open;
Mon, 09 Mar 1998 16:11:13 +0100 wenzelm Symbol.output;
Sun, 28 Dec 1997 14:56:44 +0100 wenzelm renamed Symtab.null to Symtab.empty;
Wed, 05 Nov 1997 11:42:19 +0100 wenzelm print translation: added show_sorts argument;
Thu, 09 Oct 1997 14:56:52 +0200 wenzelm changed preference order of prtab entries;
Mon, 06 Oct 1997 18:22:22 +0200 wenzelm added sort_to_ast;
Fri, 04 Apr 1997 19:07:54 +0200 wenzelm fixed diagnostic output of print modes;
Mon, 31 Mar 1997 14:42:13 +0200 wenzelm simple_ast_of: fixed handling of loose Bounds;
Fri, 28 Feb 1997 16:47:56 +0100 wenzelm split ast_of_term(T);
Mon, 13 Jan 1997 18:24:40 +0100 wenzelm improved error msg;
Fri, 13 Dec 1996 17:37:11 +0100 wenzelm removed chartrans_of;
Tue, 10 Dec 1996 13:00:52 +0100 wenzelm added chartrans_of;
Tue, 26 Nov 1996 16:26:06 +0100 paulson Eta-expansion of a function definition, for value polymorphism
Tue, 19 Nov 1996 13:21:28 +0100 wenzelm removed old commented out text;
Mon, 18 Nov 1996 17:29:49 +0100 wenzelm added print_mode: string list ref (order of printer tables);
Fri, 16 Feb 1996 16:56:04 +0100 paulson Elimination of fully-functorial style.
Wed, 03 May 1995 13:40:19 +0200 lcp Now show_sorts:=true causes printing of types
Fri, 03 Mar 1995 11:48:05 +0100 clasohm added CPure (curried functions) and ProtoPure (ancestor of Pure and CPure)
Mon, 26 Sep 1994 17:35:23 +0100 wenzelm added flag show_no_free_types: bool ref;
Fri, 19 Aug 1994 15:37:05 +0200 wenzelm various minor internal changes;
Wed, 03 Aug 1994 09:45:42 +0200 nipkow improved show_brackets again - Trueprop does not create () any more.
Tue, 02 Aug 1994 20:08:57 +0200 nipkow minimized () in forced printing of barckets (show_brackets)
Tue, 02 Aug 1994 09:07:10 +0200 nipkow added flag show_brackets for printinmg fully bracketed terms.
Thu, 19 May 1994 16:13:51 +0200 wenzelm replaced fix_aprop by prop_tr';
Thu, 03 Feb 1994 13:59:00 +0100 wenzelm minor internal changes;
Wed, 19 Jan 1994 14:21:26 +0100 wenzelm MAJOR INTERNAL CHANGE: extend and merge operations of syntax tables
Thu, 21 Oct 1993 14:40:06 +0100 lcp Pure/Syntax/printer/is_prop: now calls fastype_of1
Mon, 11 Oct 1993 12:30:06 +0100 wenzelm *** empty log message ***
Fri, 08 Oct 1993 13:55:04 +0100 wenzelm *** empty log message ***
Mon, 04 Oct 1993 15:30:49 +0100 wenzelm lots of internal cleaning and tuning;
Thu, 16 Sep 1993 12:20:38 +0200 clasohm Initial revision
less more (0) tip