- Cleaned up ::validate, added notes for further validation.
- Removed obsolete comments.
This commit is contained in:
Paul Beckingham
2014-04-20 10:27:47 -04:00
parent e05610d1d7
commit 0771ee2399
2 changed files with 4 additions and 7 deletions

View File

@@ -68,15 +68,12 @@ private:
void findModifications ();
void validate ();
// TODO Resolve aliases
// TODO Inject defaults
// TODO Extract filter
// TODO Extract words
// TODO Extract modifications
// TODO Prepare infix
// TODO Expand operators
// TODO Expand sequence
// TODO Convert to postfix - not necessary given parse tree?
private:
Tree* _tree;