- Implemented ::unsweetenAtts to resolve syntactic sugar to an expression.
This commit is contained in:
Paul Beckingham
2014-10-15 07:34:29 -04:00
parent f29b6a4be4
commit 8afb39dea6
2 changed files with 88 additions and 0 deletions

View File

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