Changes by: Jason Hickey (jyh at cs.caltech.edu)
Date: 2005-01-15 19:54:43 -0800 (Sat, 15 Jan 2005)
Revision: 6409
Log message:
Moved the meta_let, etc. to Mmc_base_meta.
Making progress on hoisting, but I've run into a rewriter bug I believe.
See the rewrite Mmc_core_hoist.hoist_letrec. As far as I know, this rewrite
should work, but I get the following error:
Invalid Argument:
Rewrite_match_redex.extract_cont_bvars: invalid stack entry: StackVoid
I guess this means the rewriter did not extract a context correctly.