src/Tools/Code/code_printer.ML
Sun, 30 Mar 2025 13:50:06 +0200 haftmann tuned namespace organisation
Sun, 30 Mar 2025 11:21:34 +0200 haftmann proper markup for target language code
Sun, 01 Dec 2024 14:01:47 +0100 wenzelm clarified signature: more operations;
Wed, 11 Sep 2024 20:06:12 +0200 wenzelm tuned;
Wed, 11 Sep 2024 20:05:09 +0200 wenzelm more robust: global ML name space for markup elements;
Wed, 11 Sep 2024 12:32:11 +0200 wenzelm clarified signature and modules;
Tue, 10 Sep 2024 20:36:01 +0200 wenzelm clarified signature: prefer explicit type Bytes.T;
Tue, 10 Sep 2024 20:06:51 +0200 wenzelm clarified signature, roughly following Isabelle/Scala;
Mon, 09 Sep 2024 22:59:51 +0200 wenzelm more scalable;
Mon, 09 Sep 2024 22:40:33 +0200 wenzelm eliminate print mode "code_presentation" thanks to value-oriented Pretty.T operations;
Mon, 09 Sep 2024 21:32:11 +0200 wenzelm clarified Pretty.markup_block: use value-oriented YXML.output_markup, with final re-interpretation via print_mode in output_tree;
Mon, 09 Sep 2024 11:12:13 +0200 wenzelm clarified signature: more explicit type "ops";
Fri, 24 Mar 2023 18:30:17 +0000 haftmann more uniform approach towards satisfied applications
Sun, 12 Feb 2023 06:45:59 +0000 haftmann somehow more clear terminology
Thu, 23 Jun 2022 21:50:32 +0200 wenzelm more scalable generated files and code export, using Bytes.T;
Mon, 28 Mar 2022 12:54:09 +0000 haftmann modernized handling of variables
Sun, 27 Mar 2022 19:27:52 +0000 haftmann prefer build combinator
Sat, 04 Sep 2021 20:01:43 +0200 wenzelm tuned signature;
Mon, 14 Jan 2019 18:33:52 +0000 haftmann tuned
Fri, 04 Jan 2019 23:22:53 +0100 wenzelm isabelle update -u control_cartouches;
Thu, 20 Dec 2018 12:55:45 +0000 haftmann proper attach mechanism for any kind of symbols, not just constants
Tue, 24 Apr 2018 14:17:58 +0000 haftmann proper datatype for 8-bit characters
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
less more (0) -60 tip