Added an item.
authorthurston <thurston@052ea7fc-9027-0410-9066-f65837a77df0>
Tue, 6 Feb 2007 17:49:37 +0000 (17:49 +0000)
committerthurston <thurston@052ea7fc-9027-0410-9066-f65837a77df0>
Tue, 6 Feb 2007 17:49:37 +0000 (17:49 +0000)
git-svn-id: http://svn.complang.org/ragel/trunk@84 052ea7fc-9027-0410-9066-f65837a77df0

TODO

diff --git a/TODO b/TODO
index ce43db4..8c2e92e 100644 (file)
--- a/TODO
+++ b/TODO
@@ -1,3 +1,6 @@
+Should be possible to turn off line numbers for debugging purposes (from a
+user).
+
 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.