Changes by: Jason Hickey (jyh at cs.caltech.edu)
Date: 2005-10-02 15:28:58 -0700 (Sun, 02 Oct 2005)
Revision: 7813
Log message:
Changes made on the plane.
Partially ported Dll to use mutable variables
instead of exports everywhere. However, the
current model doesn't work.
mutable.X = 1
f() =
X = $(add $(X), 1)
If f() is called outside the scope of X, this
currently fails. I'm not sure whether this is
desirable or not.
Changes | Path |
+1 -1 | omake-branches/omake_0_9_7_ref/contrib/gtk/OMakefile |
+663 -691 | omake-branches/omake_0_9_7_ref/lib/parse/C/Dll.om |
+1 -1 | omake-branches/omake_0_9_7_ref/src/env/omake_ir_ast.ml |