src/Tools/Code/code_scala.ML
Tue, 05 Jun 2012 07:05:56 +0200 prefer records with speaking labels over deeply nested tuples
Mon, 28 May 2012 13:38:07 +0200 dropped sort constraints on datatype specifications
Thu, 19 Apr 2012 19:18:11 +0200 dropped dead code
Fri, 09 Mar 2012 20:17:16 +0100 always bracket case expressions in Scala
Tue, 20 Sep 2011 09:30:19 +0200 syntactic improvements and tuning names in the code generator due to Florian's code review
Wed, 07 Sep 2011 13:51:32 +0200 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 changing const type to pass along if typing annotations are necessary for disambigous terms
Sat, 20 Aug 2011 23:35:30 +0200 refined Graph implementation: more abstract/scalable Graph.Keys instead of plain lists -- order of adjacency is now standardized wrt. Key.ord;
Thu, 09 Jun 2011 20:22:22 +0200 tuned signature: Name.invent and Name.invent_names;
Thu, 09 Jun 2011 17:51:49 +0200 simplified Name.variant -- discontinued builtin fold_map;
Sun, 13 Mar 2011 14:51:38 +0100 allow spaces in executable names;
Sun, 13 Mar 2011 13:57:20 +0100 tuned;
Sat, 19 Feb 2011 08:47:46 +0100 dropped redundancy
Thu, 17 Feb 2011 09:31:29 +0100 more idiomatic printing of let cascades and type variable constraints
Wed, 02 Feb 2011 10:34:14 +0100 scala serializer adds parentheses around function literals
Tue, 21 Dec 2010 08:40:39 +0100 program is separate argument to serializer
Wed, 29 Sep 2010 10:05:44 +0200 scala is reserved identifier
Sat, 04 Sep 2010 21:14:40 +0200 merged
Sat, 04 Sep 2010 21:13:13 +0200 printing combinator for hierarchical programs
Sat, 04 Sep 2010 21:10:48 +0200 dropped names from serializer interface
Thu, 02 Sep 2010 19:08:48 +0200 hand out deresolver from serializer invocation
Thu, 02 Sep 2010 15:09:51 +0200 restored and added surpression of case combinators
Thu, 02 Sep 2010 14:59:28 +0200 dropped superfluous presentation names
Thu, 02 Sep 2010 14:36:49 +0200 manage statement selection for presentation wholly through markup
Thu, 02 Sep 2010 13:58:16 +0200 formal markup of generated code for statements
Thu, 02 Sep 2010 12:30:22 +0200 formal framework for presentation of selected statements
Thu, 02 Sep 2010 10:29:50 +0200 include names need not be considered as reserved any longer
Wed, 01 Sep 2010 17:21:50 +0200 simultaneous modification of statements: statement names
Wed, 01 Sep 2010 17:14:42 +0200 simultaneous modification of statements
Wed, 01 Sep 2010 16:08:31 +0200 explicit modify_stmt parameter
Wed, 01 Sep 2010 12:01:44 +0200 merged
Wed, 01 Sep 2010 12:01:19 +0200 factored out generic part of Scala serializer into code_namespace.ML
Wed, 01 Sep 2010 11:09:50 +0200 do not print object frame around Scala includes -- this is in the responsibility of the user
Wed, 01 Sep 2010 08:52:49 +0200 tuned internally and made smlnj happy
Tue, 31 Aug 2010 15:08:04 +0200 dropped single_module parameter
Tue, 31 Aug 2010 14:21:06 +0200 record argument for serializers
Tue, 31 Aug 2010 13:55:54 +0200 removed serializer interface redundancies
Tue, 31 Aug 2010 13:29:38 +0200 more coherent naming of syntax data structures
Tue, 31 Aug 2010 13:15:35 +0200 Code_Printer.tuplify
Mon, 30 Aug 2010 16:33:06 +0200 tuned
Mon, 30 Aug 2010 16:31:38 +0200 tuned
Mon, 30 Aug 2010 16:21:47 +0200 tuned
Mon, 30 Aug 2010 16:17:10 +0200 eliminated some obscure higher-order arguments
Mon, 30 Aug 2010 16:00:41 +0200 width is a formal parameter of serialization
Mon, 30 Aug 2010 09:28:02 +0200 code checking: compiler invocation happens in same directory as generated file -- avoid problem with different path representations on cygwin
Fri, 27 Aug 2010 15:36:02 +0200 improved deresolving of implicits
Fri, 27 Aug 2010 13:32:05 +0200 proper namespace administration for hierarchical modules
Thu, 26 Aug 2010 14:04:13 +0200 only print qualified implicits
Thu, 26 Aug 2010 13:54:33 +0200 stub for (later) correct deresolving of class method names
Thu, 26 Aug 2010 13:50:58 +0200 tuned serializer interface
Thu, 26 Aug 2010 12:30:43 +0200 private version of commas, cf. printmode
Thu, 26 Aug 2010 10:23:25 +0200 corrected semantics of presentation_stmt_names; do not print includes on presentation selection
Thu, 26 Aug 2010 10:16:22 +0200 code_include Scala: qualify module nmae
Wed, 25 Aug 2010 16:33:05 +0200 preliminary implementation of hierarchical module name space
Thu, 29 Jul 2010 09:57:00 +0200 tuned printing of applications and let cascades
Sat, 24 Jul 2010 18:08:41 +0200 another refinement chapter in the neverending numeral story
Thu, 22 Jul 2010 12:07:30 +0200 more generous memory settings for scala check
Tue, 20 Jul 2010 08:54:21 +0200 datatype classes are abstract
Mon, 19 Jul 2010 11:55:44 +0200 distinguish different classes of const syntax
Wed, 14 Jul 2010 15:08:02 +0200 use generic description slot for formal code checking