Jack Diederich schrieb:
> __ Parser/Python.asdl may need changes to match the Grammar.
>Use Parser/asdl_c.py to regenerate Include/Python-ast.h
On Unix, make will automatically run it when Python.asdl changes.
> __ Python/Python-ast.c may need changes to create the AST
>ob
Someone please check this in!
On 3/1/07, Nick Coghlan <[EMAIL PROTECTED]> 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
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)
Cheer