diff options
author | Araq <rumpf_a@web.de> | 2011-02-03 00:30:26 +0100 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2011-02-03 00:30:26 +0100 |
commit | 71f7938d38d7dad7db24564a9cd46fecf967ab1c (patch) | |
tree | ea5c9c3cc8843d830c781eaddfbbf6d6dae1dc37 /todo.txt | |
parent | 1eba1063bdccee5b3924d796824cdc1d567ec6ed (diff) | |
download | Nim-71f7938d38d7dad7db24564a9cd46fecf967ab1c.tar.gz |
nimgrep: version 0.8
Diffstat (limited to 'todo.txt')
-rwxr-xr-x | todo.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/todo.txt b/todo.txt index 3538b656b..73f598fd9 100755 --- a/todo.txt +++ b/todo.txt @@ -27,6 +27,8 @@ Bugs - detected by pegs module 64bit: p(result, result) should use a temporary! - the parser allows empty object case branches - Exception matching needs to take subclasses into account +- pegs: the anchor '^' does not work because many procs use a linear search + and matchLen() To implement |