Changes by: Jason J. Hickey (jyh at cs.caltech.edu)
Date: 2007-11-01 14:03:22 -0700 (Thu, 01 Nov 2007)
Revision: 12459
Log message:

      merge 12444:12458 from svn://svn.metaprl.org/omake-branches/0.9.8.x into syntax
     
     Fixed that grammar, it was broken in several places.

Changes  Path(relative to omake-branches/jumbo/syntax)
Properties .
+5 -3 lib/Pervasives.om
+1 -0 lib/parse/C/Lex.om
+12 -1 lib/parse/C/Parse.om
+2 -2 lib/parse/LaTeX/Lex.om
+1 -0 lib/parse/LaTeX/Macros.om
+1 -0 src/ast/omake_ast.ml
+1 -0 src/ast/omake_ast_print.ml
+1 -1 src/ast/omake_ast_util.ml
+1 -0 src/builtin/omake_builtin_base.ml
+4 -6 src/clib/omake_shell_sys.c
+8 -6 src/env/omake_ast_lex.mll
+6 -6 src/env/omake_ast_parse.input
+34 -33 src/env/omake_exp_lex.ml
+61 -8 src/env/omake_exp_parse.mly
+2 -1 src/env/omake_ir_ast.ml
+3 -1 src/eval/omake_eval.ml
Properties test/syntax/
Added test/syntax/Test1
Properties test/syntax/Test1
Added test/syntax/Test2
Added test/syntax/Test3