Changes by: Jason J. Hickey (jyh at cs.caltech.edu)
Date: 2007-08-07 09:09:06 -0700 (Tue, 07 Aug 2007)
Revision: 11905
Log message:
Fixed the problem with anonymous functions. I have no idea whether people
are using anonymous functions, but it seems best to support them.
Note: this should not propagate to the keyword branch, since it
already handles anonymous functions correctly.
Changes | Path(relative to omake-branches/0.9.8.x/src) |
+1 -3 | builtin/omake_builtin_fun.ml |
+4 -0 | builtin/omake_builtin_object.ml |
+7 -0 | env/omake_command_digest.ml |
+47 -0 | eval/omake_eval.ml |
+8 -0 | eval/omake_value.ml |
+4 -2 | ir/omake_value_print.ml |
+2 -0 | ir/omake_value_type.ml |
+1 -0 | main/omake_shell.ml |