tasks : Added task for optimising TOKEN::Match

This commit is contained in:
Daniel Marjamäki 2008-12-15 18:54:04 +00:00
parent 0d36de4018
commit d74dc759a2
1 changed files with 3 additions and 0 deletions

View File

@ -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.