Changes by: Jason Hickey (jyh at cs.caltech.edu)
Date: 2005-02-22 18:31:27 -0800 (Tue, 22 Feb 2005)
Revision: 6749
Log message:

      Lm_parser was not computing the nullable productions properly,
      and it was using goto 0 after reduce on an empty production.
      

Changes  Path
+1 -0 mpcompiler/mmc/arch/x86/Files
+1 -1 mpcompiler/mmc/arch/x86/mmc_x86_asm.mli
+13 -178 mpcompiler/mmc/arch/x86/mmc_x86_codegen.ml
+4 -9 mpcompiler/mmc/arch/x86/mmc_x86_codegen.mli
+4 -0 mpcompiler/mmc/arch/x86/mmc_x86_frame.mli
+2 -0 mpcompiler/mmc/core/mmc_core_ast.mli
+0 -1 mpcompiler/mmc/core/mmc_core_grammar.mli
+8 -0 mpcompiler/mmc/core/mmc_core_hoist.mli
+17 -12 mpcompiler/mmc/core/mmc_core_tast.mli
+2 -8 mpcompiler/mmc/test/mmc_grammar.ml