mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-09-06 08:27:25 +02:00
Lexer: Migrated to unicodeHexDigit
This commit is contained in:
parent
cac258ef72
commit
e199bc98b3
2 changed files with 10 additions and 20 deletions
|
@ -63,7 +63,6 @@ public:
|
|||
static const std::string typeName (const Lexer::Type&);
|
||||
static bool isAlpha (int);
|
||||
static bool isDigit (int);
|
||||
static bool isHexDigit (int);
|
||||
static bool isIdentifierStart (int);
|
||||
static bool isIdentifierNext (int);
|
||||
static bool isSingleCharOperator (int);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue