from
Jeremy Hylton <jeremy at alum dot mit dot edu>
to
Sylvain Thénault <sylvain.thenault at logilab dot fr>
cc
Armin Rigo <arigo at tunes dot org>
subject
Re: [Python-projects] Re: [ANN] ASTNG 0.13.1
date
On 11/8/05, Nicolas Chauvat <nicolas.chauvat@logilab.fr> wrote:2005/11/08 08:07
> Hi,
>
> On Tue, Nov 08, 2005 at 09:33:17AM +0100, Sylvain Thénault wrote:
> > On Monday 07 November à 13:33, Jeremy Hylton wrote:
> > > Have you given any thought about how the compiler.ast module should be
> > > intergrated with the new AST in the C Python compiler? It seems like
> > > the two ought to be unified and that the C Python AST ought to be
> > > exposed to Python programs. I'm not sure how to actually accomplish
> > > this, though.
> >
> > It's a long time since I want to take a look at the AST branch of the
> > python C compiler but unfortunatly didn't had the time to do so yet.
> > Do you have any hint about where should I look first ? Do you know if
> > there is a lot of differences between python and compiler.ast nodes?
> > It would definitly be a great win to use the C Python ast for pylint
> > with python >= 2.5...
>
> Please try to coordinate this with the parser work done for PyPy.
What is the parser work done for PyPy? I haven't kept up with PyPy,
although Armin certainly knows about the AST work done for C Python.
Jeremy
