Changes by: Jason Hickey (jyh at cs.caltech.edu)
Date: 2006-06-07 19:02:16 -0700 (Wed, 07 Jun 2006)
Revision: 9272
Log message:

      Backported the "while" loop.  It might be nice to have a "for"
      loop too, but I'm not exactly sure of a good syntax.
      

Changes  Path
+61 -0 omake-branches/0.9.8.x/doc/man/omake-base.1
+61 -0 omake-branches/0.9.8.x/doc/man/omake-doc.1
+94 -1 omake-branches/0.9.8.x/src/builtin/omake_builtin_base.ml
+3 -1 omake-branches/0.9.8.x/src/env/omake_ast_lex.mll
+17 -0 omake-branches/0.9.8.x/src/env/omake_ir_ast.ml
+37 -0 omake-branches/0.9.8.x/src/eval/omake_eval.ml
+1 -0 omake-branches/0.9.8.x/src/eval/omake_eval.mli
+3 -1 omake-branches/0.9.8.x/src/ir/omake_symbol.ml