Added item to look into.
authorthurston <thurston@052ea7fc-9027-0410-9066-f65837a77df0>
Fri, 6 Jul 2007 16:00:26 +0000 (16:00 +0000)
committerthurston <thurston@052ea7fc-9027-0410-9066-f65837a77df0>
Fri, 6 Jul 2007 16:00:26 +0000 (16:00 +0000)
git-svn-id: http://svn.complang.org/ragel/trunk@259 052ea7fc-9027-0410-9066-f65837a77df0

TODO

diff --git a/TODO b/TODO
index b599f10..0d40b68 100644 (file)
--- a/TODO
+++ b/TODO
@@ -40,6 +40,9 @@ eof action execution is moved into the main loop.
 ================
 END 6.0 Features
 
+Check initts on calls to scanners, may be necessary to stuff the initts into
+the call.
+
 Minimization should remove a condition when the character allows both
 the positive and negative sense of the condition. This happens in:
 test_every_10_chars = ( ( c when test_len ) c{0,9} )**;