Readme improved

This commit is contained in:
David Halter
2012-08-31 16:15:21 +02:00
parent 40d2c412a5
commit adbb2d18c4
5 changed files with 123 additions and 31 deletions

View File

@@ -8,14 +8,13 @@ search functions `get_names_for_scope` and `get_scopes_for_name`. At the end
there are the `follow_` functions, which evaluate a statement, or parts of a
statement.
TODO doc
TODO magic methods: __mul__, __add__, etc.
TODO evaluate asserts/isinstance (type safety)
python 3 stuff:
TODO class decorators
TODO annotations ? how ? type evaluation and return?
TODO nonlocal statement
TODO nonlocal statement, needed or can be ignored?
TODO __ instance attributes should not be visible outside of the class.
TODO getattr / __getattr__ / __getattribute__ ?