Re: Re: Status of ast-branch

Neil Schemenauer <[email protected]> Wed, 28 Aug 2002 09:58:54 -0700
Newsgroups gmane.comp.python.compiler
Message-ID <[email protected]>
Jeremy Hylton wrote:
> - Write ast marshallers for C and Python
>   - Define canonical binary representation for AST
>   - Define Python representation for AST
>   - Write marshallers to convert between C/Python/binary reps

Is it going to be possible to create or modify ASTs from Python and pass
them to the later stages of the compiler?

  Neil