Changes by: Jason Hickey (jyh at cs.caltech.edu)
Date: 2006-04-14 21:29:10 -0700 (Fri, 14 Apr 2006)
Revision: 9088
Log message:

      Changed the notation, instead of
      
         export.x = 1
      
      you should write
      
         auto.x = 1
      
      This is to emphasize:
         - the value is temporary
         - the exporting is done automatically
      

Changes  Path
+3 -3 omake-branches/0.9.9.x/src/build/omake_builtin_util.ml
+16 -54 omake-branches/0.9.9.x/src/env/omake_ast_parse.input
+3 -3 omake-branches/0.9.9.x/src/env/omake_command_digest.ml
+30 -30 omake-branches/0.9.9.x/src/env/omake_env.ml
+0 -3 omake-branches/0.9.9.x/src/env/omake_gen_parse.ml
+22 -22 omake-branches/0.9.9.x/src/env/omake_ir_ast.ml
+14 -14 omake-branches/0.9.9.x/src/ir/omake_ir.ml
+4 -4 omake-branches/0.9.9.x/src/ir/omake_ir_print.ml
+1 -0 omake-branches/0.9.9.x/src/ir/omake_symbol.ml