Removed item just completed.
authorthurston <thurston@052ea7fc-9027-0410-9066-f65837a77df0>
Fri, 9 Mar 2007 20:16:38 +0000 (20:16 +0000)
committerthurston <thurston@052ea7fc-9027-0410-9066-f65837a77df0>
Fri, 9 Mar 2007 20:16:38 +0000 (20:16 +0000)
git-svn-id: http://svn.complang.org/ragel/trunk@129 052ea7fc-9027-0410-9066-f65837a77df0

TODO

diff --git a/TODO b/TODO
index 14b7eee..a87c99a 100644 (file)
--- a/TODO
+++ b/TODO
@@ -17,9 +17,6 @@ Doesn't make make sense for [] to be the lambda (zero-length) machine. This
 should be the empty set (the empty machine). But then would it be invalid in a
 regular expression?
 
-Add an option (probably -L) for turning off line numbers for debugging the
-generated state machine.
-
 Expressions of the form: expr1 <: expr2 . expr3
 sometimes don't behave as expected. If expr2 contains the empty string then
 it's possible for the machine to escape to expr3. This is somewhat unexpected.