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.
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;
}