[Compiler-sig] Re: Status of ast-branch

Neil Schemenauer nas@python.ca
Wed, 28 Aug 2002 09:58:54 -0700


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