mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-09-07 21:07:20 +02:00
Expressions reboot
- Implemented A3::is_dom obsoleting Nibbler::getDOM. - Implemented A3::is_duration. - Implemented A3::is_pattern to replace Nibbler::getQuoted call. - Improved A3::is_attr, A3::is_attmod. - Obsoleted A3::is_multipart.
This commit is contained in:
parent
f502ee0c52
commit
c39f8bd6af
2 changed files with 162 additions and 91 deletions
7
src/A3.h
7
src/A3.h
|
@ -109,13 +109,12 @@ public:
|
|||
static bool is_attmod (Nibbler&, std::string&);
|
||||
static bool is_attribute (const std::string&, std::string&);
|
||||
static bool is_modifier (const std::string&, std::string&);
|
||||
static bool is_dom (Nibbler&, std::string&);
|
||||
static bool is_duration (Nibbler&, std::string&);
|
||||
static bool is_pattern (Nibbler&, std::string&);
|
||||
|
||||
/*
|
||||
|
||||
|
||||
static bool is_multipart (const std::string&, std::vector <std::string>&);
|
||||
static bool is_subst (const std::string&);
|
||||
static bool is_pattern (const std::string&);
|
||||
static bool is_id (const std::string&);
|
||||
static bool is_uuid (const std::string&);
|
||||
static bool is_tag (const std::string&);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue