- Converted ::findPattern to use recursive scan.
This commit is contained in:
Paul Beckingham
2014-08-17 01:13:01 -04:00
parent 4b47229e8f
commit 0e86233a0a
2 changed files with 22 additions and 31 deletions

View File

@@ -70,7 +70,7 @@ public:
private:
void scan (void (Parser::*callback)(Tree*), Tree* tree = NULL);
void findTerminator (Tree*);
void findPattern ();
void findPattern (Tree*);
void findSubstitution ();
void findTag ();
void findAttribute (Tree*);