Updates to TODO and error message.
authorthurston <thurston@052ea7fc-9027-0410-9066-f65837a77df0>
Fri, 3 Aug 2007 17:16:55 +0000 (17:16 +0000)
committerthurston <thurston@052ea7fc-9027-0410-9066-f65837a77df0>
Fri, 3 Aug 2007 17:16:55 +0000 (17:16 +0000)
git-svn-id: http://svn.complang.org/ragel/trunk@271 052ea7fc-9027-0410-9066-f65837a77df0

TODO
ragel/rlscan.rl

diff --git a/TODO b/TODO
index eb4e9c2..9fb74f0 100644 (file)
--- a/TODO
+++ b/TODO
@@ -54,7 +54,8 @@ end up with test_len || !test_len.
 
 Should be possible to include scanner definitions in another scanner.
 
-Need a "write entry name;" feature.
+Need an "entry name;" feature, causing name to get written out with the other
+entry points in the data.
 
 Possibly bring back the old semantics of > in a new operator, or allow it to be
 defined somehow.
index e9e1733..b9b018b 100644 (file)
@@ -217,7 +217,8 @@ bool Scanner::active()
                return false;
 
        if ( parser == 0 && ! parserExistsError ) {
-               scan_error() << "there is no previous specification name" << endl;
+               scan_error() << "this specification has no name, nor does any previous"
+                       " specification" << endl;
                parserExistsError = true;
        }