Parser
- Now that all (?) Parser methods for tree scanning can be called more than once, move all methods into the ::parse method.
This commit is contained in:
@@ -381,8 +381,7 @@ int Context::run ()
|
||||
}
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
// Locate and dispatch to the command whose keyword matches via autoComplete
|
||||
// with the earliest argument.
|
||||
// Dispatch to the command found by the parser.
|
||||
int Context::dispatch (std::string &out)
|
||||
{
|
||||
// Autocomplete args against keywords.
|
||||
|
||||
Reference in New Issue
Block a user