Added an item.
authorthurston <thurston@052ea7fc-9027-0410-9066-f65837a77df0>
Thu, 10 May 2007 01:36:03 +0000 (01:36 +0000)
committerthurston <thurston@052ea7fc-9027-0410-9066-f65837a77df0>
Thu, 10 May 2007 01:36:03 +0000 (01:36 +0000)
git-svn-id: http://svn.complang.org/ragel/trunk@224 052ea7fc-9027-0410-9066-f65837a77df0

TODO

diff --git a/TODO b/TODO
index 32e57c1..fead229 100644 (file)
--- a/TODO
+++ b/TODO
@@ -31,6 +31,11 @@ backtrack if necessary.
 
 The tokstart/tokend variable should be shortened to ts/te.
 
+Adjust p before executing token actions, eliminating the transfer from tokend
+to p following an action. Loose the ability to determine where in the input
+stream a scanner action is executed. Gain consistency, simplicity. Eliminate
+tokend, replace it with the marker variable and add ftokend/ftoklen.
+
 ================
 END 6.0 Features