mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
Lexer: Added ::isContiguous for word-like matching
This commit is contained in:
parent
e66ad50e7e
commit
d9bcbdee0a
2 changed files with 30 additions and 7 deletions
|
@ -102,6 +102,7 @@ public:
|
|||
bool isDOM (std::string&, Lexer::Type&);
|
||||
bool isIdentifier (std::string&, Lexer::Type&);
|
||||
bool isWord (std::string&, Lexer::Type&);
|
||||
bool isContiguous (std::string&, Lexer::Type&);
|
||||
|
||||
private:
|
||||
std::string _text;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue