mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-27 19:17:19 +02:00
Lexer: Migrated isalpha to Lexer::isAlpha
This commit is contained in:
parent
fe8d235a6b
commit
c6dbdf87a4
2 changed files with 9 additions and 1 deletions
|
@ -64,6 +64,7 @@ public:
|
|||
// Static helpers.
|
||||
static const std::string typeName (const Lexer::Type&);
|
||||
static bool isWhitespace (int);
|
||||
static bool isAlpha (int);
|
||||
static bool isDigit (int);
|
||||
static bool isHexDigit (int);
|
||||
static bool isIdentifierStart (int);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue