[Python-ideas] Hooking between lexer and parser
Nick Coghlan
ncoghlan at gmail.com
Mon Jun 8 05:55:17 CEST 2015
On 8 June 2015 at 13:18, Andrew Barnert <abarnert at yahoo.com> wrote:
> On Jun 7, 2015, at 19:52, Nick Coghlan <ncoghlan at gmail.com> wrote:
>> Eugene Toder's and Dave Malcolm's patches from a few years ago make
>> the existing AST -> bytecode section of the toolchain easier to modify
>> and experiment with (and are ideas worth exploring for 3.6 if anyone
>> is willing and able to invest the time to bring them back up to date).
>
> I got a chance to take a look at this, and, while it seems completely orthogonal to what I'm trying to do, it also seems very cool. If someone got the patches up to date for the trunk and fixed the minor issues involved in the last review (both of which look pretty simple), what are the chances of getting it reviewed for 3.6? (I realize this is probably a better question for the issue tracker or the -dev list than buried in the middle of a barely-relevant -ideas thread, but I'm on my phone here, and you brought it up.:)
I'm still interested in the underlying ideas, and while it's always
possible to get completely surprised by life's twists and turns, I'm
optimistic I'd be able to find the time to provide feedback on it
myself for 3.6, and hopefully encourage other folks with experience
with the compiler internals to review it as well.
Cheers,
Nick.
--
Nick Coghlan | ncoghlan at gmail.com | Brisbane, Australia
More information about the Python-ideas
mailing list