Re: ast branch

Jeremy Hylton <[email protected]> 01 Apr 2003 13:48:34 -0500
Newsgroups gmane.comp.python.compiler
Message-ID <[email protected]>
On Tue, 2003-04-01 at 07:32, Neal Norwitz wrote:
> The AST branch seems to be making pretty good progress.  I just wanted
> to collect the known issues so we don't overlap.  Brett Cannon had
> mentioned that he was interested in the new compiler, so perhaps this
> will provide some insight into the status.

Here are two important tasks:
- Compute the stack depth from the basic blocks.
- Create a valid lnotab.

I think the former problem is what's prevent us from importing os.py.

Jeremy