- Implemented simple word substitution aliases. This is not the ultimate form
  which will involve the ability to insert arbitrary constructs.  Later.
This commit is contained in:
Paul Beckingham
2014-06-03 00:10:15 -04:00
parent a470e50ee6
commit 1cd09bc87b
7 changed files with 42 additions and 41 deletions

View File

@@ -39,7 +39,7 @@ public:
void load ();
void resolve (Tree*);
private:
public:
std::map <std::string, std::string> _aliases;
};