src/Tools/Code/code_printer.ML
Fri, 25 Sep 2015 20:37:59 +0200 wenzelm moved remaining display.ML to more_thm.ML;
Thu, 04 Dec 2014 16:51:54 +0100 haftmann tuned module structure
Fri, 31 Oct 2014 22:02:49 +0100 wenzelm discontinued obsolete \<^sync> marker;
Thu, 01 May 2014 09:30:36 +0200 haftmann centralized upper/lowercase name mangling
Sat, 01 Feb 2014 18:42:46 +0100 wenzelm proper context for printing;
Sun, 26 Jan 2014 16:23:46 +0100 haftmann more suitable names, without any notion of "activating"
Sat, 25 Jan 2014 23:50:49 +0100 haftmann less clumsy namespace
Sat, 25 Jan 2014 23:50:49 +0100 haftmann avoid (now superfluous) indirect passing of constant names
Sat, 25 Jan 2014 23:50:49 +0100 haftmann prefer explicit code symbol type over ad-hoc name mangling
Sat, 25 Jan 2014 23:50:49 +0100 haftmann more abstract declaration of unqualified constant names in code printing context
Sun, 23 Jun 2013 21:16:06 +0200 haftmann tuned variable names
Fri, 24 May 2013 23:57:24 +0200 haftmann dedicated module for code symbol data
Fri, 24 May 2013 23:57:24 +0200 haftmann symbol data covers class relations also
Tue, 21 May 2013 12:03:05 +0200 wenzelm make SML/NJ happy;
Mon, 20 May 2013 13:29:45 +0200 wenzelm tuned signature;
Sun, 19 May 2013 20:15:00 +0200 haftmann infrastructure for generic data for code symbols (constants, type constructors, classes, instances)
Sun, 19 May 2013 20:15:00 +0200 haftmann tuned and clarified
Sun, 19 May 2013 20:15:00 +0200 haftmann tuned, including signature
Fri, 15 Feb 2013 08:31:31 +0100 haftmann two target language numeral types: integer and natural, as replacement for code_numeral;
Fri, 28 Dec 2012 09:37:27 +0100 haftmann formally corrected
Thu, 27 Dec 2012 21:01:08 +0100 haftmann tuned
Thu, 27 Dec 2012 21:01:08 +0100 haftmann uniform parentheses for constructor -- necessary to accomodate scala 10
Thu, 27 Dec 2012 11:32:28 +0100 haftmann tuned
Tue, 05 Jun 2012 07:05:56 +0200 haftmann prefer records with speaking labels over deeply nested tuples
Thu, 19 Apr 2012 10:16:51 +0200 haftmann dropped dead code;
Thu, 15 Mar 2012 20:07:00 +0100 wenzelm prefer formally checked @{keyword} parser;
Thu, 15 Mar 2012 19:02:34 +0100 wenzelm declare minor keywords via theory header;
Tue, 20 Sep 2011 09:30:19 +0200 bulwahn syntactic improvements and tuning names in the code generator due to Florian's code review
Wed, 07 Sep 2011 13:51:32 +0200 bulwahn adding the body type as well to the code generation for constants as it is required for type annotations of constants
Wed, 07 Sep 2011 13:51:30 +0200 bulwahn changing const type to pass along if typing annotations are necessary for disambigous terms
Sat, 23 Jul 2011 16:37:17 +0200 wenzelm defer evaluation of Scan.message, for improved performance in the frequent situation where failure is handled later (e.g. via ||);
Thu, 09 Jun 2011 17:51:49 +0200 wenzelm simplified Name.variant -- discontinued builtin fold_map;
Thu, 09 Jun 2011 16:34:49 +0200 wenzelm discontinued Name.variant to emphasize that this is old-style / indirect;
Sat, 20 Nov 2010 00:53:26 +0100 wenzelm renamed raw "explode" function to "raw_explode" to emphasize its meaning;
Fri, 24 Sep 2010 14:03:44 +0200 haftmann always add trailing newline for presentation
Thu, 23 Sep 2010 13:23:21 +0200 haftmann reverted cs 07549694e2f1
Thu, 23 Sep 2010 11:29:22 +0200 haftmann shifted abstraction over imperative print mode
Mon, 20 Sep 2010 14:36:54 +0200 haftmann use buffers instead of string concatenation
Fri, 17 Sep 2010 17:17:56 +0200 haftmann less intermediate data structures
Thu, 02 Sep 2010 16:53:23 +0200 haftmann set printmode while marking
Thu, 02 Sep 2010 16:14:13 +0200 haftmann corrected printmode handling
Thu, 02 Sep 2010 14:36:49 +0200 haftmann manage statement selection for presentation wholly through markup
Thu, 02 Sep 2010 13:58:16 +0200 haftmann formal markup of generated code for statements
Thu, 02 Sep 2010 13:43:38 +0200 haftmann removed namespace stuff from code_printer
Thu, 02 Sep 2010 12:30:22 +0200 haftmann formal framework for presentation of selected statements
Tue, 31 Aug 2010 13:29:38 +0200 haftmann more coherent naming of syntax data structures
Tue, 31 Aug 2010 13:15:35 +0200 haftmann Code_Printer.tuplify
Mon, 30 Aug 2010 16:11:09 +0200 haftmann trailing newline by default
Thu, 26 Aug 2010 12:30:43 +0200 haftmann private version of commas, cf. printmode
Sat, 24 Jul 2010 18:08:41 +0200 haftmann another refinement chapter in the neverending numeral story
Wed, 21 Jul 2010 17:46:36 +0200 wenzelm made SML/NJ happy;
Mon, 19 Jul 2010 11:55:44 +0200 haftmann distinguish different classes of const syntax
Fri, 16 Jul 2010 15:55:32 +0200 haftmann consolidate const_syntax naming
Thu, 08 Jul 2010 16:19:24 +0200 haftmann tuned titles
Wed, 30 Jun 2010 11:38:51 +0200 haftmann explicit printing function for applify
Thu, 17 Jun 2010 15:59:47 +0200 haftmann more precise code
Tue, 01 Jun 2010 13:52:11 +0200 haftmann brackify_infix etc.: no break before infix operator -- eases survival in Scala
Thu, 27 May 2010 18:10:37 +0200 wenzelm renamed structure PrintMode to Print_Mode, keeping the old name as legacy alias for some time;
Mon, 17 May 2010 23:54:15 +0200 wenzelm prefer structure Keyword, Parse, Parse_Spec, Outer_Syntax;
Mon, 17 May 2010 15:11:25 +0200 wenzelm renamed structure OuterLex to Token and type token to Token.T, keeping legacy aliases for some time;
less more (0) -60 tip