Expressions

- Implemented Command::next_mod_group, which walks the A3 list looking for
  consecutive grouped args for modification purposes.
This commit is contained in:
Paul Beckingham 2011-09-11 00:49:56 -04:00
parent c7464a59b3
commit e31e80961a
2 changed files with 39 additions and 21 deletions

View file

@ -65,7 +65,7 @@ protected:
void safety ();
A3 group_arguments (const A3&);
bool next_mod_group (const A3&, Arg&, unsigned int&);
protected:
std::string _keyword;