Lexer: Migrated to unicodeLatinAlpha

This commit is contained in:
Paul Beckingham 2018-01-25 00:59:05 -05:00
parent e199bc98b3
commit adc965e762
2 changed files with 3 additions and 11 deletions

View file

@ -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);