Changes by: Adam Granicz (granicz at cs.caltech.edu)
Date: 2003-08-27 08:25:21 -0700 (Wed, 27 Aug 2003)
Revision: 4882
Log message:

      Added tuples and subscripting.
      Now, the simple tuple test (ext_test3) program compiles.
      

Changes  Path
+13 -1 metaprl/theories/experimental/compile/m_ast.ml
+4 -1 metaprl/theories/experimental/compile/m_ast.mli
+7 -7 metaprl/theories/experimental/compile/m_ast.pho
+53 -0 metaprl/theories/experimental/compile/m_ir_ast.ml
+13 -0 metaprl/theories/experimental/compile/m_test.ml