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