alex / rply

An attempt to port David Beazley's PLY to RPython, and give it a cooler API.
BSD 3-Clause "New" or "Revised" License
381 stars 60 forks source link

Supporting Python 3.3.5 #60

Closed b5y closed 8 years ago

b5y commented 8 years ago

Hello!

I am on the way to implement 'yield from' (PEP 380) construction in baron project. PyPy supports Python version 3.3.5 and I wonder if rply will support version 3.3.5.

If no one is going to add this in early future, I can try to improve rply.

Best regards, Mehti

alex commented 8 years ago

rply does support python3.3