[Python-Dev] PEP 306 changes (How to Change Python's Grammar)
Guido van Rossum
guido at python.org
Thu Mar 1 16:57:31 CET 2007
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/)
More information about the Python-Dev
mailing list