Changes by: Jason Hickey (jyh at cs.caltech.edu)
Date: 2004-09-05 20:30:51 -0700 (Sun, 05 Sep 2004)
Revision: 556
Log message:

      Added the grammar for MMC.
      
      This is in Mmc_core_ast, Mmc_ext_boolean, Mmc_ext_integer.
      
      We have 3 shift/reduce conflicts in the core grammar.  Somehow I'm
      having trouble turning on the debug flags, MP_DEBUG=parsegen doesn't
      seem to work, so I'll leave these conflicts for later.
      
      Also, defining grammars in the .mli file is a little awkward.
      Perhaps necessary, but I'm not sure.
      

Changes  Path
+13 -30 libmojave-branches/new_parser/util/lm_lexer.ml
+7 -0 libmojave-branches/new_parser/util/lm_lexer.mli
+101 -180 libmojave-branches/new_parser/util/lm_parser.ml
+10 -0 libmojave-branches/new_parser/util/lm_parser.mli