Just as a quick update for anyone who's wondering, this PyCon-UK talk was a
last-minute reprise (given to fill a last minute cancellation) of my PyCon'07
Dallas talk. PDF slides of the original presentation can still be found on the
PLY homepage (http://www.dabeaz.com/ply).

Cheers,
Dave


On Sat 13/09/08 11:03 AM , Krzysiek Goj [EMAIL PROTECTED] sent:
> 
> 
> Hi!
> 
> I attended David Beazley's talk about PLY at pycon UK and I loved the
> 
> idea of using generators across PLY. In my pet project I wrap lexer
> 
> objects in generators, which make testing them easier, like
> 
> self.assertEquals(['1', '+', '1'], [tkn.value for tkn in
> 
> lex.iteritems()])
> 
> 
> 
> I just attatched a patch (it's the second one, I missed a new file
> 
> with a basic test in the first patch).
> 
> 
> 
> Cheers,
> 
> --
> 
> Krzysiek
> 
> > 
> 
> 
> 
> 
> 



--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"ply-hack" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/ply-hack?hl=en
-~----------~----~----~----~------~----~------~--~---

  • Generators Krzysiek Goj
    • Re: Generators David Beazley

Reply via email to