diff options
author | Araq <rumpf_a@web.de> | 2012-03-15 00:28:28 +0100 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2012-03-15 00:28:28 +0100 |
commit | 4da067691eb61554515197fa79392b1509c2e566 (patch) | |
tree | caf31d1fd35c061599e2170f913e3bca2e358dd6 /todo.txt | |
parent | c25ffbf2622a197c15a4a3bd790b1bc788db2c7f (diff) | |
download | Nim-4da067691eb61554515197fa79392b1509c2e566.tar.gz |
implemented 'static'; macros do not work anymore
Diffstat (limited to 'todo.txt')
-rwxr-xr-x | todo.txt | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/todo.txt b/todo.txt index 6c22d8554..47c2cf570 100755 --- a/todo.txt +++ b/todo.txt @@ -1,8 +1,7 @@ version 0.9.0 ============= -- implement 'static' vs. 'const'; - clear separation between tyExpr and PNimrodNode +- clean separation between tyExpr and PNimrodNode - ``=`` should be overloadable; requires specialization for ``=`` - fix remaining generics bugs |