CLI
- Tagged expanded aliases with ALIAS.
This commit is contained in:
@@ -431,6 +431,7 @@ void CLI::aliasExpansion ()
|
|||||||
for (l = lexed.begin (); l != lexed.end (); ++l)
|
for (l = lexed.begin (); l != lexed.end (); ++l)
|
||||||
{
|
{
|
||||||
A a ("argLex", *l);
|
A a ("argLex", *l);
|
||||||
|
a.tag ("ALIAS");
|
||||||
a.tag ("LEX");
|
a.tag ("LEX");
|
||||||
reconstructed.push_back (a);
|
reconstructed.push_back (a);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user