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