NEWS
changeset 17663 28be54ff74f8
parent 17641 5ec55c1fa116
child 17664 7fc1e8f0d5e1
--- a/NEWS	Tue Sep 27 11:02:16 2005 +0200
+++ b/NEWS	Tue Sep 27 11:03:38 2005 +0200
@@ -246,6 +246,17 @@
 * More efficient treatment of intermediate checkpoints in interactive
 theory development.
 
+* Code generator is now invoked via code_module (incremental code
+  generation) and code_library (modular code generation, ML structures
+  for each theory).
+  INCOMPATIBILITY: new keywords "file" and "contains" must be quoted
+  when used as identifier names.
+
+* New "value" command for parsing, evaluating and printing terms
+  using the code generator.
+  INCOMPATIBILITY: new keyword "value" must be quoted when used as
+  identifier name.
+
 
 *** Locales ***