Command Location

- Locateѕ, cnaonicalized and categorizes first command.
This commit is contained in:
Paul Beckingham
2013-08-30 13:42:43 -07:00
parent 1495710aca
commit 8429df3b5c
4 changed files with 77 additions and 16 deletions

View File

@@ -40,6 +40,9 @@ public:
void identity (const std::string&, const std::string&);
bool canonicalize (std::string&, const std::string&, const std::string&) const;
private:
void findCommand ();
private:
Tree* _tree;
std::multimap <std::string, std::string> _entities;