Changes by: Cristian Tapus (crt at cs.caltech.edu)
Date: 2003-08-17 01:43:15 -0700 (Sun, 17 Aug 2003)
Revision: 4843
Log message:

      Here is a compiling version of metaprl which includes the integers and
      arithmetics on integers that I and Nathan worked on on Thursday plus
      a version of arrays of ints that I came up with on Friday.
      
      Today I created display forms for integers and binops and fixed
      a few type inference issues.
      
      There are still problems with both arithmetics and arrays...
      Type inference doesn't work as we want it to. I am a bit confused on
      what exactly needs to be done to fix it but I will try to look at it
      again tomorrow morning.
      

Changes  Path
Added mpcompiler-branches/mojave_sequents/mmc/Files.core
Properties mpcompiler-branches/mojave_sequents/mmc/Files.core
Added mpcompiler-branches/mojave_sequents/mmc/Files.ext
Properties mpcompiler-branches/mojave_sequents/mmc/Files.ext
Added mpcompiler-branches/mojave_sequents/mmc/Makefile
Properties mpcompiler-branches/mojave_sequents/mmc/Makefile
+19 -1 mpcompiler-branches/mojave_sequents/mmc/OMakefile
+3 -1 mpcompiler-branches/mojave_sequents/mmc/extensions/Files
+55 -6 mpcompiler-branches/mojave_sequents/mmc/extensions/ext_arithmetic_integer.ml
Added mpcompiler-branches/mojave_sequents/mmc/extensions/ext_array_integer.ml
Properties mpcompiler-branches/mojave_sequents/mmc/extensions/ext_array_integer.ml
Added mpcompiler-branches/mojave_sequents/mmc/extensions/ext_array_integer.mli
Properties mpcompiler-branches/mojave_sequents/mmc/extensions/ext_array_integer.mli
Added mpcompiler-branches/mojave_sequents/mmc/extensions/ext_int_test.ml
Properties mpcompiler-branches/mojave_sequents/mmc/extensions/ext_int_test.ml
Added mpcompiler-branches/mojave_sequents/mmc/extensions/ext_int_test.mli
Properties mpcompiler-branches/mojave_sequents/mmc/extensions/ext_int_test.mli
+8 -12 mpcompiler-branches/mojave_sequents/mmc/extensions/ext_integer.ml