diff options
author | Araq <rumpf_a@web.de> | 2012-04-06 00:41:27 +0200 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2012-04-06 00:41:27 +0200 |
commit | 0f96e72b1808c15c31a05b2915a88ce0a355045a (patch) | |
tree | d2d63ee94c21823e2eb77b8dab91c9ef85b64363 /todo.txt | |
parent | 07b355bea4dd604e967bbf7f8fdd3fa025e0233c (diff) | |
download | Nim-0f96e72b1808c15c31a05b2915a88ce0a355045a.tar.gz |
fixed another docgen bug; initial mongodb wrapper
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 aa8c8887b..9bd439f74 100755 --- a/todo.txt +++ b/todo.txt @@ -1,7 +1,8 @@ version 0.9.0 ============= -- test and document AVR/embedded systems better +- document AVR/embedded systems better +- implement ``--script:sh|bat`` command line option - make GC realtime capable: GC_step(ms: int) - make templates hygienic by default - ``=`` should be overloadable; requires specialization for ``=`` |