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