mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-09-07 21:07:20 +02:00
Expression reboot
- A3::postfix implemented.
This commit is contained in:
parent
af2f44ca5a
commit
3d13ac9f12
3 changed files with 106 additions and 2 deletions
1
src/A3.h
1
src/A3.h
|
@ -107,6 +107,7 @@ public:
|
|||
const A3 infix (const A3&) const;
|
||||
const A3 expand (const A3&) const;
|
||||
const A3 sequence (const A3&) const;
|
||||
const A3 postfix (const A3&) const;
|
||||
|
||||
static bool is_attr (Nibbler&, std::string&);
|
||||
static bool is_attmod (Nibbler&, std::string&);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue