From d74dc759a28d817d6a9fe76f88bb2fa97fcc90ad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Marjam=C3=A4ki?= Date: Mon, 15 Dec 2008 18:54:04 +0000 Subject: [PATCH] tasks : Added task for optimising TOKEN::Match --- tasks.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tasks.txt b/tasks.txt index 7d53454c7..db92e8bed 100644 --- a/tasks.txt +++ b/tasks.txt @@ -2,6 +2,9 @@ Fix a TODO in the code +Optimisations + * Create a function similar to TOKEN::Match. That first "compiles" a pattern. + Refactoring * Rename class "TOKEN" to "Token" * Split large functions into smaller functions.