CLI2: Added ::demoteDOM to demote unrecognized DOM args to words

This commit is contained in:
Paul Beckingham
2015-07-01 18:02:48 -04:00
parent 2402ec8d6e
commit 1b83734392
2 changed files with 25 additions and 0 deletions

View File

@@ -86,6 +86,7 @@ public:
private:
void handleArg0 ();
void lexArguments ();
void demoteDOM ();
void handleTerminator ();
void aliasExpansion ();
void findOverrides ();