diff options
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 |