mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-21 07:43:08 +02:00
Lex
- Changed output to reflect current usage.
This commit is contained in:
parent
2811b9a571
commit
0f1a46e6d3
1 changed files with 2 additions and 1 deletions
|
@ -10,7 +10,8 @@ int main (int argc, char** argv)
|
||||||
{
|
{
|
||||||
for (auto i = 1; i < argc; i++)
|
for (auto i = 1; i < argc; i++)
|
||||||
{
|
{
|
||||||
std::cout << "input '" << argv[i] << "'\n";
|
std::cout << "argument '" << argv[i] << "'\n";
|
||||||
|
|
||||||
// Low-level tokens.
|
// Low-level tokens.
|
||||||
Lexer lexer (argv[i]);
|
Lexer lexer (argv[i]);
|
||||||
std::string token;
|
std::string token;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue