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