Message5277

Author fwierzbicki
Recipients fwierzbicki, gutworth
Date 2009-10-27.22:55:04
SpamBayes Score 6.4928133e-07
Marked as misclassified No
Message-id <1256684105.11.0.76714298892.issue1497@psf.upfronthosting.co.za>
In-reply-to
Content
I have a fix in mind for this and other ast.py incompatibilities. My
current implementation is based on a fundemental mistake: I use the same
ast for internals as I use for ast.py. I plan to create a pure Python
ast for ast.py and make the internal ast a pure antlr beast (not a
PyObject). Making ast.py much more compatible should be easy from there.
It's a medium sized project though -- will probably be a few weeks
before I can get to it.
History
Date User Action Args
2009-10-27 22:55:05fwierzbickisetmessageid: <1256684105.11.0.76714298892.issue1497@psf.upfronthosting.co.za>
2009-10-27 22:55:05fwierzbickisetrecipients: + fwierzbicki, gutworth
2009-10-27 22:55:05fwierzbickilinkissue1497 messages
2009-10-27 22:55:04fwierzbickicreate