Lexer: Migrated to unicodeHexDigit

This commit is contained in:
Paul Beckingham 2018-01-25 00:53:47 -05:00
parent cac258ef72
commit e199bc98b3
2 changed files with 10 additions and 20 deletions

View file

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