Changes by: Aleksey Nogin (nogin at cs.caltech.edu)
Date: 2004-03-24 22:53:17 -0800 (Wed, 24 Mar 2004)
Revision: 5555
Log message:

      Created a partial Phobos grammar for the Mojave language (a number
      of extension is not fully supported) and converted some of the examples
      in ext_int_test to use Phobos quotations.
      

Changes  Path
+3 -3 metaprl/filter/phobos/phobos_lexer.mll
+13 -11 metaprl/filter/phobos/phobos_parser.mly
+3 -6 metaprl/util/ocamldep.mll
Properties mpcompiler/mmc
+1 -1 mpcompiler/mmc/OMakefile
+2 -0 mpcompiler/mmc/extensions/bool/mmc_ext_bool.ml
+2 -2 mpcompiler/mmc/extensions/int/mmc_ext_int.ml
Added mpcompiler/mmc/syntax.pho
Properties mpcompiler/mmc/syntax.pho
+5 -15 mpcompiler/mmc/test/mmc_ext_int_test.ml