- Implemented ::unsweetenTags, which resolves the syntactic sugar to an expression.
This commit is contained in:
Paul Beckingham
2014-10-15 00:02:45 -04:00
parent 34fd7b4b04
commit c2f8c81a88
2 changed files with 32 additions and 0 deletions

View File

@@ -49,6 +49,7 @@ private:
void categorize ();
bool exactMatch (const std::string&, const std::string&) const;
bool canonicalize (std::string&, const std::string&, const std::string&) const;
void unsweetenTags ();
void dump (const std::string&) const;
public: