Enhancement - T2 implementation

- Improved Att/Mod implementation.
- Implemented more T2 methods.
This commit is contained in:
Paul Beckingham 2009-06-03 22:58:24 -04:00
parent f295fdf78f
commit 25450b4a7c
4 changed files with 254 additions and 15 deletions

View file

@ -44,6 +44,7 @@ public:
bool parse (Nibbler&);
bool validMod (const std::string&);
bool evalMod (Att&);
bool match (const Att&);
std::string composeF4 () const;
void addMod (const std::string&);