Added an item.
authorthurston <thurston@052ea7fc-9027-0410-9066-f65837a77df0>
Wed, 11 Jul 2007 18:07:00 +0000 (18:07 +0000)
committerthurston <thurston@052ea7fc-9027-0410-9066-f65837a77df0>
Wed, 11 Jul 2007 18:07:00 +0000 (18:07 +0000)
git-svn-id: http://svn.complang.org/ragel/trunk@260 052ea7fc-9027-0410-9066-f65837a77df0

TODO

diff --git a/TODO b/TODO
index 0d40b68..eb4e9c2 100644 (file)
--- a/TODO
+++ b/TODO
@@ -43,6 +43,8 @@ END 6.0 Features
 Check initts on calls to scanners, may be necessary to stuff the initts into
 the call.
 
+Add a prefix operator which sets every state final.
+
 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} )**;