Parser
- Corrected comment regarding instantly recognized lexemes in ::initialize.
This commit is contained in:
@@ -105,7 +105,7 @@ void Parser::initialize (int argc, const char** argv)
|
|||||||
if (l->second == Lexer::typeOperator)
|
if (l->second == Lexer::typeOperator)
|
||||||
sub->tag ("OP");
|
sub->tag ("OP");
|
||||||
|
|
||||||
// TODO More types needed.
|
// TODO More types needed. Perhaps.
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user