function annotations are now safely ignored by the evaluation. the parser just stores them in the right objects.

This commit is contained in:
David Halter
2012-09-02 12:39:11 +02:00
parent acd6488891
commit 1afdb69314
4 changed files with 51 additions and 9 deletions

View File

@@ -13,7 +13,6 @@ TODO evaluate asserts/isinstance (type safety)
python 3 stuff:
TODO class decorators
TODO annotations ? how ? type evaluation and return?
TODO nonlocal statement, needed or can be ignored?
TODO __ instance attributes should not be visible outside of the class.