- Corrected comment regarding instantly recognized lexemes in ::initialize.
This commit is contained in:
Paul Beckingham 2014-08-17 00:31:45 -04:00
parent 7848b9284d
commit fb32b160b8

View file

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