mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-27 19:17:19 +02:00
Lexer:: Implemented ::isHardBoundary to detect filter tokens
This commit is contained in:
parent
15dea00eeb
commit
642f378462
2 changed files with 30 additions and 1 deletions
|
@ -70,6 +70,7 @@ public:
|
|||
static bool isDoubleCharOperator (int, int, int);
|
||||
static bool isTripleCharOperator (int, int, int, int);
|
||||
static bool isBoundary (int, int);
|
||||
static bool isHardBoundary (int, int);
|
||||
static bool isPunctuation (int);
|
||||
static bool isAllDigits (const std::string&);
|
||||
static bool isOneWord (const std::string&);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue