[Python-Dev] ANN: PEP 335: Overloadable Boolean Operators
Phillip J. Eby
pje at telecommunity.com
Wed Sep 15 17:58:27 CEST 2004
At 02:35 PM 9/15/04 +0100, Michael Hudson wrote:
>"Phillip J. Eby" <pje at telecommunity.com> writes:
>
> > When I say AST, I just mean "some kind of syntax representation", not
> > necessarily the 'parser' module's current AST implementation.
>
>That ... thing ... isn't an AST in any sense of the word.
>
>I know the documentation and the method names (used to) suggest it is,
>but that doesn't make it true :)
Well, it's definitely syntax and it's definitely a tree, so it's at least
an ST. :)
More information about the Python-Dev
mailing list