Lexer: Migrated isalpha to Lexer::isAlpha
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user