mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-09-07 21:07:20 +02:00
E9
- Implemented the shell of E9::eval. - Stubbed out operator_xxx helper methods.
This commit is contained in:
parent
b1048ddfa3
commit
83c0ea6ab2
5 changed files with 298 additions and 20 deletions
6
src/A3.h
6
src/A3.h
|
@ -37,6 +37,12 @@
|
|||
class Arg
|
||||
{
|
||||
public:
|
||||
Arg ()
|
||||
: _raw ("")
|
||||
, _category ("")
|
||||
{
|
||||
}
|
||||
|
||||
Arg (
|
||||
const std::string& raw,
|
||||
const std::string& category)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue