Changes by: Jason Hickey (jyh at cs.caltech.edu)
Date: 2006-09-14 14:36:41 -0700 (Thu, 14 Sep 2006)
Revision: 9567
Log message:

      Added string channels (input channels from strings already existed,
      we just never exported it).
      
      Adding a simplified lex function.
      

Changes  Path
+23 -0 omake-branches/0.9.8.x/lib/Pervasives.om
+17 -10 omake-branches/0.9.8.x/src/build/omake_rule.ml
+0 -48 omake-branches/0.9.8.x/src/builtin/omake_builtin_base.ml
+72 -10 omake-branches/0.9.8.x/src/builtin/omake_builtin_io.ml
+146 -11 omake-branches/0.9.8.x/src/builtin/omake_builtin_io_fun.ml
+15 -9 omake-branches/0.9.8.x/src/env/omake_env.ml
+4 -4 omake-branches/0.9.8.x/src/env/omake_env.mli
+8 -6 omake-branches/0.9.8.x/src/eval/omake_value.ml