Re: [Python-Dev] [AST] A somewhat less trivial patch than the last one. . .

2005-03-22 Thread Nick Coghlan
Nick Coghlan wrote: I've put a first cut at generator expressions for the AST branch on Sourceforge. It's enough to get test_grammar to pass, and tinkering at the interactive prompt appears to work. I'm going to be out of the country until late next week, so if the folks sprinting on the AST bra

[Python-Dev] [AST] A somewhat less trivial patch than the last one. . .

2005-03-21 Thread Nick Coghlan
I've put a first cut at generator expressions for the AST branch on Sourceforge. It's enough to get test_grammar to pass, and tinkering at the interactive prompt appears to work. The patch also fixes a problem with displaying interim results for functions entered at the interactive prompt (I no