Changes by: Jason Hickey (jyh at cs.caltech.edu)
Date: 2005-03-16 13:25:57 -0800 (Wed, 16 Mar 2005)
Revision: 6945
Log message:

      This adds the basic framework for lifting lambdas.
      I *think* that, to work properly, codegen needs to
      know the type of items it is expecting...
      

Changes  Path
+13 -2 mpcompiler/mmc/arch/x86/base/mmc_x86_asm_grammar.ml
+10 -5 mpcompiler/mmc/arch/x86/base/mmc_x86_asm_grammar.mli
+3 -2 mpcompiler/mmc/arch/x86/codegen/mmc_x86_closure.ml
+27 -11 mpcompiler/mmc/arch/x86/codegen/mmc_x86_codegen.ml
+4 -4 mpcompiler/mmc/arch/x86/codegen/mmc_x86_codegen_grammar.mli