mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
Parser
- Converted ::findAttributeModifier to use the recursive scanner.
This commit is contained in:
parent
24c2c0cbee
commit
3a8d42dae7
2 changed files with 150 additions and 159 deletions
|
@ -74,7 +74,7 @@ private:
|
|||
void findSubstitution ();
|
||||
void findTag ();
|
||||
void findAttribute ();
|
||||
void findAttributeModifier ();
|
||||
void findAttributeModifier (Tree*);
|
||||
void findOperator ();
|
||||
void findFilter ();
|
||||
void findModifications ();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue