mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-09-06 08:27:25 +02:00
Parser
- Now that all (?) Parser methods for tree scanning can be called more than once, move all methods into the ::parse method.
This commit is contained in:
parent
a86408c5a3
commit
fc5dad7a9a
2 changed files with 9 additions and 2 deletions
|
@ -144,13 +144,21 @@ Tree* Parser::tree ()
|
|||
////////////////////////////////////////////////////////////////////////////////
|
||||
Tree* Parser::parse ()
|
||||
{
|
||||
findBinary ();
|
||||
findTerminator ();
|
||||
|
||||
findOverrides ();
|
||||
applyOverrides ();
|
||||
|
||||
findSubstitution ();
|
||||
findPattern ();
|
||||
findTag ();
|
||||
findAttribute ();
|
||||
findAttributeModifier ();
|
||||
findOperator ();
|
||||
findCommand ();
|
||||
findUUIDList ();
|
||||
findIdSequence ();
|
||||
findFilter ();
|
||||
findModifications ();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue