- Implemented ::addArg, to be called from both ::initialize and ::add, to
  determine whether an arg should be lexed or not.
This commit is contained in:
Paul Beckingham 2014-10-27 10:59:06 -04:00
parent dd8972525f
commit 7f061eef95
2 changed files with 75 additions and 4 deletions

View file

@ -77,6 +77,7 @@ public:
const std::string dump () const;
private:
void addArg (const std::string&);
void aliasExpansion ();
void findOverrides ();
void categorize ();