[Python-Dev] PEP 306 changes (How to Change Python's Grammar) (original) (raw)
Guido van Rossum guido at python.org
Thu Mar 1 16:57:31 CET 2007
- Previous message: [Python-Dev] PEP 306 changes (How to Change Python's Grammar)
- Next message: [Python-Dev] Class destructor
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Someone please check this in!
On 3/1/07, Nick Coghlan <ncoghlan at gmail.com> wrote:
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
Python-Dev mailing list Python-Dev at python.org http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http://mail.python.org/mailman/options/python-dev/guido%40python.org
-- --Guido van Rossum (home page: http://www.python.org/~guido/)
- Previous message: [Python-Dev] PEP 306 changes (How to Change Python's Grammar)
- Next message: [Python-Dev] Class destructor
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]