Changes by: Aleksey Nogin (nogin at metaprl.org)
Date: 2007-08-03 14:40:26 -0700 (Fri, 03 Aug 2007)
Revision: 11558
Log message:

      Recreated the var2 branch.

Changes  Path
Added omake-branches/jumbo/var2/
+1 -1 omake-branches/jumbo/var2/lib/build/OCaml.om
+30 -3 omake-branches/jumbo/var2/src/env/omake_command_digest.ml
+282 -73 omake-branches/jumbo/var2/src/env/omake_env.ml
+64 -4 omake-branches/jumbo/var2/src/env/omake_env.mli
+22 -6 omake-branches/jumbo/var2/src/env/omake_ir_ast.ml
+3 -1 omake-branches/jumbo/var2/src/env/omake_ir_semant.ml
+14 -0 omake-branches/jumbo/var2/src/eval/omake_eval.ml
+62 -4 omake-branches/jumbo/var2/src/ir/omake_ir.ml
+2 -0 omake-branches/jumbo/var2/src/ir/omake_ir_free_vars.ml
+51 -0 omake-branches/jumbo/var2/src/ir/omake_ir_print.ml
+2 -0 omake-branches/jumbo/var2/src/ir/omake_ir_util.ml
+1 -1 omake-branches/jumbo/var2/src/ir/omake_options.ml
+2 -0 omake-branches/jumbo/var2/src/ir/omake_pos.ml
+15 -2 omake-branches/jumbo/var2/src/ir/omake_value_type.ml