From: thurston Date: Tue, 12 Jun 2007 14:10:03 +0000 (+0000) Subject: Added an item. X-Git-Tag: 2.0_alpha~279 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=72f4b65fb269509b77e7677c8174569b338dd4bf;p=external%2Fragel.git Added an item. git-svn-id: http://svn.complang.org/ragel/trunk@242 052ea7fc-9027-0410-9066-f65837a77df0 --- diff --git a/TODO b/TODO index d2f7fcb..b599f10 100644 --- a/TODO +++ b/TODO @@ -33,6 +33,10 @@ The tokstart/tokend variable should be shortened to ts/te. Eliminate tokend, replace it with the marker variable and add ftokend/ftoklen. +Add the accept action embedding operator: like eof but only for states that end +up final. Add the combined pending/accept action. This becomes a good idea when +eof action execution is moved into the main loop. + ================ END 6.0 Features