src/Tools/Code/code_namespace.ML
Thu, 19 Apr 2012 10:16:51 +0200 dropped dead code;
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 17:51:49 +0200 simplified Name.variant -- discontinued builtin fold_map;
Thu, 25 Nov 2010 15:40:15 +0100 toplevel deresolving for flat module name space
Mon, 22 Nov 2010 09:19:34 +0100 tuned
Mon, 22 Nov 2010 09:18:25 +0100 tuned
Tue, 07 Sep 2010 16:37:23 +0200 added flat_program; tuned signature
Tue, 07 Sep 2010 11:08:58 +0200 factored out build_module_namespace
Sat, 04 Sep 2010 21:13:13 +0200 printing combinator for hierarchical programs
Thu, 02 Sep 2010 13:43:38 +0200 removed namespace stuff from code_printer
Thu, 02 Sep 2010 10:29:49 +0200 skip empty name bunches; fill up trailing positions with NONEs
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 15:09:43 +0200 tuned
Wed, 01 Sep 2010 12:27:49 +0200 generalized hierarchical data structure over statements
Wed, 01 Sep 2010 12:01:19 +0200 factored out generic part of Scala serializer into code_namespace.ML