mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
Parser
- Corrected comment regarding instantly recognized lexemes in ::initialize.
This commit is contained in:
parent
7848b9284d
commit
fb32b160b8
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue