Changes by: Jason Hickey (jyh at cs.caltech.edu)
Date: 2004-09-05 20:30:52 -0700 (Sun, 05 Sep 2004)
Revision: 6178
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.