Expressions
- Any "exp" arguments are given the "exp" type (_second) as well as "exp" category (_third).
This commit is contained in:
@@ -482,7 +482,8 @@ void Arguments::categorize ()
|
|||||||
if (command_pos != -1)
|
if (command_pos != -1)
|
||||||
++distance_from_command;
|
++distance_from_command;
|
||||||
|
|
||||||
arg->_third = "exp";
|
arg->_second = "exp";
|
||||||
|
arg->_third = "exp";
|
||||||
}
|
}
|
||||||
|
|
||||||
// If the type is not known, it is treated as a generic word.
|
// If the type is not known, it is treated as a generic word.
|
||||||
|
|||||||
Reference in New Issue
Block a user