- Lexemes not immediately recognized in ::initialize MUST be tagged with "?".
This commit is contained in:
Paul Beckingham 2014-08-17 00:42:23 -04:00
parent 3c612a8551
commit ccecec6895

View file

@ -104,6 +104,8 @@ void Parser::initialize (int argc, const char** argv)
if (l->second == Lexer::typeOperator)
sub->tag ("OP");
else
sub->tag ("?");
// TODO More types needed. Perhaps.
}