From f25c540aaaf288957abacbfd2034c362bb051f90 Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Thu, 17 Jul 2008 12:10:58 +0000 Subject: [PATCH] Updated TODO file. --- TODO | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/TODO b/TODO index 9cc63b3..900ae21 100644 --- a/TODO +++ b/TODO @@ -65,14 +65,14 @@ Major to-do items. (17) PARTLY DONE - Fix the META file. Current one is very broken. -(18) when() qualifier: +(18) DONE - check() qualifier: - { field : 16 : when (field > 100) } + { field : 16 : check (field > 100) } - The when(expr) qualifier will abort the rest of the match if the + The check(expr) qualifier will abort the rest of the match if the expression is false. -(19) bind() qualifier: +(19) DONE - bind() qualifier: { field : 16 : bind (field * 3) } ^pattern ^new value @@ -86,7 +86,7 @@ Major to-do items. There is a question of whether bind() should run before or after when() [best is probably when() first, then bind()]. -(20) save_offset_to() qualifier: +(20) DONE - save_offset_to() qualifier: { field : 16 : save_offset_to (offset), bind (field - offset) } -- 1.8.3.1