mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
Lexer
- Added a new type Lexer::typeTag.
This commit is contained in:
parent
0b9c84511b
commit
aab23692f1
3 changed files with 41 additions and 1 deletions
|
@ -52,6 +52,7 @@ public:
|
|||
typeOperator,
|
||||
typeDate,
|
||||
typeDuration,
|
||||
typeTag,
|
||||
};
|
||||
|
||||
Lexer (const std::string&);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue