Changes by: Jason Hickey (jyh at cs.caltech.edu)
Date: 2005-02-22 14:17:33 -0800 (Tue, 22 Feb 2005)
Revision: 6746
Log message:

      Added two new iform terms:
      
         1. xsovar[x:v]{'cvars; 'args} is iform translated to a so-var.
         2. A hyp of the form
      
               x: xhypcontext{'cvars; 'args}
      
            gets translated to a hyp context.
      
      In both cases, the 'cvars and 'args should be an xlist.
      
      The x86 assembly grammar is nearly complete.  Starting on the
      tast grammar.
      

Changes  Path
+91 -2 metaprl/filter/base/filter_grammar.ml
+2 -3 metaprl/filter/base/filter_summary.ml
+15 -0 metaprl/refiner/refiner/refiner_debug.ml
+2 -1 metaprl/refiner/reflib/term_ty_infer.ml
+3 -0 metaprl/refiner/refsig/term_op_sig.ml
+23 -0 metaprl/refiner/term_ds/term_op_ds.ml
+22 -1 metaprl/refiner/term_std/term_op_std.ml
+17 -0 metaprl/support/display/perv.mli
+109 -4 mpcompiler/mmc/arch/x86/mmc_x86_asm.ml
+225 -25 mpcompiler/mmc/arch/x86/mmc_x86_asm.mli
+2 -2 mpcompiler/mmc/arch/x86/mmc_x86_frame.ml
+1 -1 mpcompiler/mmc/core/mmc_core_ast.mli