[Omake] SVN Commit: OMake Build System [0.9.8.x] (Rev. 12556)

Jason J. Hickey jyh at cs.caltech.edu
Sun Nov 4 11:13:01 PST 2007


Unquote always evaluates, no matter how deeply nested.

   Y = 3
   X = $`(add 1, $`(add 2, $,Y))
   Y = 4
   println($X)

evaluates to 6

----
Changes in omake-branches/0.9.8.x:
    +11 -4      src/env/omake_ir_ast.ml
    +1 -1       test/lazy/Test1
 
A hyperlinked version of this commit is available at
http://svn.metaprl.org/commitlogs/omake/2007-11.html#07/11/04.11:13:01



More information about the OMake-CVS mailing list