Parser
- Modified ::scan to be recursive, which will now allow arbitrary parse tree depth.
This commit is contained in:
@@ -69,7 +69,7 @@ public:
|
||||
|
||||
private:
|
||||
void findTerminator ();
|
||||
void scan (void (Parser::*callback)(Tree*));
|
||||
void scan (void (Parser::*callback)(Tree*), Tree* tree = NULL);
|
||||
void findPattern ();
|
||||
void findSubstitution ();
|
||||
void findTag ();
|
||||
|
||||
Reference in New Issue
Block a user