decorator support (partly by Fabrizio Milo)
authorStefan Behnel <scoder@users.berlios.de>
Thu, 10 Jul 2008 21:45:33 +0000 (23:45 +0200)
committerStefan Behnel <scoder@users.berlios.de>
Thu, 10 Jul 2008 21:45:33 +0000 (23:45 +0200)
commitcf05c0a3bd4e764aa7b43e06ac51bc2ea02a4782
tree1b9001ba804e5717c92882ff3a4fb673da891ad2
parente8ae53c9f8ee83c9558638bb7fe898316ab6f998
decorator support (partly by Fabrizio Milo)
Cython/CodeWriter.py
Cython/Compiler/Lexicon.py
Cython/Compiler/Main.py
Cython/Compiler/Nodes.py
Cython/Compiler/ParseTreeTransforms.py
Cython/Compiler/Parsing.py
Cython/Compiler/Tests/TestDecorators.py [new file with mode: 0644]
tests/run/decorators.pyx [new file with mode: 0644]