Changes by: Jason Hickey (jyh at cs.caltech.edu)
Date: 2004-03-25 11:17:57 -0800 (Thu, 25 Mar 2004)
Revision: 5556
Log message:

      Yay, our first program (ext_int_test/test2) compiles, runs, and
      returns the right answer.  Ok, its only a start.
      
      Added the test/mcc script to run MetaPRL and assemble the output
      to produce an executable.  For example, in theories/mojave/test,
      run the following command.
      
         % ./mcc ext_int_test/test2
      
      This will generate an executable called test2.exe (sorry for the
      suffix, but we need CVS to ignore these files).
      
         % ./test2.exe
         Exit 9
      

Changes  Path
Properties metaprl/editor/ml
Deleted metaprl/editor/ml/.jyh
+1 -0 mpcompiler/mmc/OMakefile
+80 -6 mpcompiler/mmc/arch/x86/mmc_x86_backend.ml
+10 -5 mpcompiler/mmc/arch/x86/mmc_x86_codegen.ml
Properties mpcompiler/mmc/arch/x86/runtime
Added mpcompiler/mmc/arch/x86/runtime/Files
Properties mpcompiler/mmc/arch/x86/runtime/Files
Added mpcompiler/mmc/arch/x86/runtime/OMakefile
Properties mpcompiler/mmc/arch/x86/runtime/OMakefile
Added mpcompiler/mmc/arch/x86/runtime/x86_glue.s
Properties mpcompiler/mmc/arch/x86/runtime/x86_glue.s
Added mpcompiler/mmc/arch/x86/runtime/x86_runtime.c
Properties mpcompiler/mmc/arch/x86/runtime/x86_runtime.c
Properties mpcompiler/mmc/test
Added mpcompiler/mmc/test/mcc
Properties mpcompiler/mmc/test/mcc