diff options
author | Araq <rumpf_a@web.de> | 2012-07-12 08:17:22 +0200 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2012-07-12 08:17:22 +0200 |
commit | 94013a4cff5c19ecef2dbd7a7bdcb9811c5cce4d (patch) | |
tree | 3ae9d775ae6fc8ae29f4ddd2c64984c83b7a2bec /todo.txt | |
parent | eee99ab2725562195e7324cf8ccc521a15a0611e (diff) | |
download | Nim-94013a4cff5c19ecef2dbd7a7bdcb9811c5cce4d.tar.gz |
';' as statement separator
Diffstat (limited to 'todo.txt')
-rwxr-xr-x | todo.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/todo.txt b/todo.txt index 53bdbb53d..d6b84d753 100755 --- a/todo.txt +++ b/todo.txt @@ -15,7 +15,6 @@ New pragmas: - document destructors - ``borrow`` needs to take type classes into account -- introduce ``;`` to the parser: inc a; inc b - make use of ``tyIter`` to fix the implicit items/pairs issue - ``=`` should be overloadable; requires specialization for ``=`` - optimize genericAssign in the code generator @@ -38,6 +37,8 @@ Bugs - bug: pragma statements in combination with symbol files are evaluated twice but this can lead to compilation errors +- bug: the parser is not strict enough with newlines: 'echo "a" echo "b"' + compiles version 0.9.XX |