Changes by: Aleksey Nogin (nogin at metaprl.org)
Date: 2007-08-03 16:37:56 -0700 (Fri, 03 Aug 2007)
Revision: 11570
Log message:

      Recreated the dll-syntax branch

Changes  Path(relative to omake-branches/jumbo/dll-syntax)
Copied . (from rev 11569, omake-branches/jumbo/dll2)
Properties . (from rev 11569, omake-branches/jumbo/dll2)
Deleted contrib/gtk/gtk/
+63 -0 doc/src/omake-grammar.tex
+1 -0 lib/parse/C/Dll.om
+13 -4 src/Makefile
+13 -4 src/Makefile.nt
+13 -2 src/ast/omake_ast.ml
+18 -2 src/ast/omake_ast_print.ml
+301 -8 src/ast/omake_ast_util.ml
+2 -0 src/ast/omake_ast_util.mli
+4 -1 src/builtin/omake_builtin_object.ml
+8 -1 src/env/OMakefile
+3 -4 src/env/omake_ast_lex.mli
+40 -9 src/env/omake_ast_lex.mll
+85 -39 src/env/omake_ast_parse.input
+16 -0 src/env/omake_command_digest.ml
Copied src/env/omake_exp_lex.ml (from rev 11569, omake-jumbo-branches/dll-syntax/src/env/omake_exp_lex.ml)
Copied src/env/omake_exp_lex.mli (from rev 11569, omake-jumbo-branches/dll-syntax/src/env/omake_exp_lex.mli)
Copied src/env/omake_exp_parse.ml (from rev 11569, omake-jumbo-branches/dll-syntax/src/env/omake_exp_parse.ml)
Copied src/env/omake_exp_parse.mli (from rev 11569, omake-jumbo-branches/dll-syntax/src/env/omake_exp_parse.mli)
Copied src/env/omake_exp_parse.mly (from rev 11569, omake-jumbo-branches/dll-syntax/src/env/omake_exp_parse.mly)
+31 -21 src/env/omake_gen_parse.ml
+44 -6 src/env/omake_ir_ast.ml
+3 -0 src/env/omake_ir_semant.ml
+39 -5 src/eval/omake_eval.ml
+10 -1 src/eval/omake_value.ml
+3 -0 src/ir/omake_ir.ml
+3 -0 src/ir/omake_ir_free_vars.ml
+6 -0 src/ir/omake_ir_print.ml
+22 -0 src/ir/omake_symbol.ml
+3 -0 src/ir/omake_value_print.ml
+1 -0 src/ir/omake_value_type.ml
+1 -0 src/main/omake_shell.ml
+24 -0 src/shell/omake_shell_lex.ml
+18 -15 test/parse/C/Test5/OMakefile