Expression Refactor

- E9 now uses Arg object in place of Term.  This means A3 and E9 are
  now using a common object.
This commit is contained in:
Paul Beckingham 2011-08-20 10:11:24 -04:00
parent 816b07e868
commit 516e368df0
4 changed files with 163 additions and 241 deletions

View file

@ -43,7 +43,6 @@ public:
Arg& operator= (const Arg&);
bool operator== (const Arg&) const;
public:
std::string _raw; // Raw input token, never modified
std::string _type; // Data type