Globals...

Stephen Weeks sweeks@intertrust.com
Mon, 14 Feb 2000 13:22:27 -0800 (PST)


> It's a bit kludgey but it works. I have to have both the "fake" DirectExp
> structure as well as the original one define in the CPS signature. I need to
> use the original one to generate real CPS code from my IL, which is just
> first order ML. 

Oh.  I was hoping that you would do some work for me :-) and make
ClosureConvert independent of Cps.

> This might not be a problem for me. I'm not useing the Standard Basis
> Library, I just basically have arithmetic and "print" implemented via C
> primitives. The biggest thing I'd like to compile is MLyacc. :) I'm working
> on getting life running.

IIRC, MLyacc takes quite a bit of the basis library.  We'll see.