- Implemented ::findPlainArgs, for locating words that can be promoted to
  patterns.
This commit is contained in:
Paul Beckingham
2014-05-06 21:26:30 -04:00
parent 07a1f9d6b5
commit fa2af30857
2 changed files with 20 additions and 0 deletions

View File

@@ -71,6 +71,7 @@ private:
void findOperator ();
void findFilter ();
void findModifications ();
void findPlainArgs ();
void validate ();
private: