[Compiler-sig] Help with the AST re decorators

Neal Norwitz neal at metaslash.com
Sat Apr 2 17:27:10 CEST 2005


On Fri, Apr 01, 2005 at 06:57:26PM -0700, Neil Schemenauer wrote:
> 
> A decorator call is basically a function call, the only difference
> being that the func expression must be a dotted_name.  The second
> definition seems fairly clumsy as well.  Any advice?

I don't have any advice, but have you looked at this patch:

        http://sourceforge.net/tracker/index.php?func=detail&aid=1167709&group_id=5470&atid=305470

I don't know if it is relevent or not, but it might give you some ideas.
There are several other AST patches too.

Neal


More information about the Compiler-sig mailing list