mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-09-07 21:07:20 +02:00
Expression reboot
- Implemented A3::is_modifier which canonicalized modifiers. - Implemtned A3::is_attmod.
This commit is contained in:
parent
94dfc68cca
commit
b55f47ec9a
2 changed files with 139 additions and 75 deletions
3
src/A3.h
3
src/A3.h
|
@ -106,13 +106,14 @@ public:
|
|||
const A3 tokenize (const A3&) const;
|
||||
|
||||
static bool is_attr (Nibbler&, std::string&);
|
||||
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_multipart (const std::string&, std::vector <std::string>&);
|
||||
static bool is_attmod (const std::string&);
|
||||
static bool is_subst (const std::string&);
|
||||
static bool is_pattern (const std::string&);
|
||||
static bool is_id (const std::string&);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue