[Python-Dev] PEP 306 changes (How to Change Python's Grammar)

Nick Coghlan ncoghlan at gmail.com
Thu Mar 1 11:44:52 CET 2007


Jack Diederich wrote:
>     __ Python/compile.c: You will need to create or modify the
>        compiler_* functions for your productions.

Python/symtable.c will likely also need attention at this point (it 
handles the symbol collection pass that occurs before the actual 
compilation pass)

Cheers,
Nick.

-- 
Nick Coghlan   |   ncoghlan at gmail.com   |   Brisbane, Australia
---------------------------------------------------------------
             http://www.boredomandlaziness.org


More information about the Python-Dev mailing list