Expression reboot

- A3::postfix implemented.
This commit is contained in:
Paul Beckingham 2011-07-25 01:33:23 -04:00
parent af2f44ca5a
commit 3d13ac9f12
3 changed files with 106 additions and 2 deletions

View file

@ -107,6 +107,7 @@ public:
const A3 infix (const A3&) const;
const A3 expand (const A3&) const;
const A3 sequence (const A3&) const;
const A3 postfix (const A3&) const;
static bool is_attr (Nibbler&, std::string&);
static bool is_attmod (Nibbler&, std::string&);