mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
Expressions
- Broke up the parsing process into smaller steps to allow second pass parsing when "exp" tokens are expanded.
This commit is contained in:
parent
8f20efc739
commit
ad75ba49a4
4 changed files with 404 additions and 341 deletions
|
@ -223,6 +223,11 @@ bool DOM::is_primitive (const std::string& input)
|
|||
double d;
|
||||
int i;
|
||||
|
||||
// TODO Date?
|
||||
// TODO Quoted Date?
|
||||
// TODO Duration?
|
||||
// TODO Quoted Duration?
|
||||
|
||||
// String?
|
||||
Nibbler n (input);
|
||||
if (n.getQuoted ('"', s) && n.depleted ())
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue