Parser
- Removed warning about compounded plain args, which are now handled early in Parser::initialize, where new args are immediately lexed.
This commit is contained in:
@@ -1448,11 +1448,6 @@ void Parser::findPlainArgs ()
|
|||||||
branch->attribute ("raw", raw);
|
branch->attribute ("raw", raw);
|
||||||
branch->tag ("STRING");
|
branch->tag ("STRING");
|
||||||
}
|
}
|
||||||
else
|
|
||||||
{
|
|
||||||
std::cout << "# ::findPlainArgs '" << raw << "' is compounded\n";
|
|
||||||
// TODO Add the lexed elements as separate tokens.
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user