diff options
author | Araq <rumpf_a@web.de> | 2011-01-13 23:27:24 +0100 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2011-01-13 23:27:24 +0100 |
commit | ddb49e069e528d48733ee62defddd6926bd8b443 (patch) | |
tree | ab4dd7730d44a08e29ff790f460c0033ebe9c6e4 /todo.txt | |
parent | 1a8c6fb49fd9e12168895266c0067240e2bcb897 (diff) | |
download | Nim-ddb49e069e528d48733ee62defddd6926bd8b443.tar.gz |
httpserver may work better now
Diffstat (limited to 'todo.txt')
-rwxr-xr-x | todo.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/todo.txt b/todo.txt index cf50f4144..d7cc384fb 100755 --- a/todo.txt +++ b/todo.txt @@ -26,7 +26,6 @@ To implement * sort routine * hash tables and sets -* the two other parsers * distinct types for array/seq indexes * constant sequences @@ -98,6 +97,7 @@ Version 2 type PWindow = ref TWindow not nil +- the two other parsers Low priority |