summary refs log tree commit diff stats
path: root/todo.txt
diff options
context:
space:
mode:
authorAraq <rumpf_a@web.de>2011-02-03 00:30:26 +0100
committerAraq <rumpf_a@web.de>2011-02-03 00:30:26 +0100
commit71f7938d38d7dad7db24564a9cd46fecf967ab1c (patch)
treeea5c9c3cc8843d830c781eaddfbbf6d6dae1dc37 /todo.txt
parent1eba1063bdccee5b3924d796824cdc1d567ec6ed (diff)
downloadNim-71f7938d38d7dad7db24564a9cd46fecf967ab1c.tar.gz
nimgrep: version 0.8
Diffstat (limited to 'todo.txt')
-rwxr-xr-xtodo.txt2
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