Changes by: Brian Emre Aydemir (baydemir at cis.upenn.edu)
Date: 2002-05-08 19:59:34 -0700 (Wed, 08 May 2002)
Revision: 3613
Log message:

      Okay, a few little changes here:
      1) Many references to the MC compiler have been
         changed to MCC (it's new name).  I'm still
         calling this theory MC.
      2) Adding new files to split FIR term definitions even further.
         The "prog" files will contain terms necessary to define
         the overal structure of an FIR program, e.g. function definitions.
      3) Updating Mp_mc_compile to use the updated apply_rewrite mechanism.
         The bookmarks seem to be working out okay.
      

Changes  Path
+6 -3 metaprl-branches/ocaml_3_04/theories/mc/Conscript
+3 -1 metaprl-branches/ocaml_3_04/theories/mc/Makefile
+18 -18 metaprl-branches/ocaml_3_04/theories/mc/README
+2 -2 metaprl-branches/ocaml_3_04/theories/mc/TODO
+20 -12 metaprl-branches/ocaml_3_04/theories/mc/mp_mc_compile.ml
+10 -5 metaprl-branches/ocaml_3_04/theories/mc/mp_mc_compile.mli
+2 -2 metaprl-branches/ocaml_3_04/theories/mc/mp_mc_connect_base.ml
+2 -2 metaprl-branches/ocaml_3_04/theories/mc/mp_mc_connect_base.mli
+2 -20 metaprl-branches/ocaml_3_04/theories/mc/mp_mc_connect_exp.ml
+2 -7 metaprl-branches/ocaml_3_04/theories/mc/mp_mc_connect_exp.mli
Added metaprl-branches/ocaml_3_04/theories/mc/mp_mc_connect_prog.ml
Properties metaprl-branches/ocaml_3_04/theories/mc/mp_mc_connect_prog.ml
Added metaprl-branches/ocaml_3_04/theories/mc/mp_mc_connect_prog.mli
Properties metaprl-branches/ocaml_3_04/theories/mc/mp_mc_connect_prog.mli
+2 -2 metaprl-branches/ocaml_3_04/theories/mc/mp_mc_connect_ty.ml
+2 -2 metaprl-branches/ocaml_3_04/theories/mc/mp_mc_connect_ty.mli
+3 -3 metaprl-branches/ocaml_3_04/theories/mc/mp_mc_const_elim.ml
+1 -1 metaprl-branches/ocaml_3_04/theories/mc/mp_mc_const_elim.mli
+1 -1 metaprl-branches/ocaml_3_04/theories/mc/mp_mc_deadcode.ml
+0 -24 metaprl-branches/ocaml_3_04/theories/mc/mp_mc_fir_exp.ml
+0 -11 metaprl-branches/ocaml_3_04/theories/mc/mp_mc_fir_exp.mli
+2 -8 metaprl-branches/ocaml_3_04/theories/mc/mp_mc_fir_phobos.mli
Added metaprl-branches/ocaml_3_04/theories/mc/mp_mc_fir_prog.ml
Properties metaprl-branches/ocaml_3_04/theories/mc/mp_mc_fir_prog.ml
Added metaprl-branches/ocaml_3_04/theories/mc/mp_mc_fir_prog.mli
Properties metaprl-branches/ocaml_3_04/theories/mc/mp_mc_fir_prog.mli
+4 -1 metaprl-branches/ocaml_3_04/theories/mc/mp_mc_theory.mlz