Lexer: Migrated to unicodeLatinDigit

This commit is contained in:
Paul Beckingham
2018-01-25 01:08:26 -05:00
parent 0086a51311
commit 3d7c681ed0
3 changed files with 27 additions and 36 deletions

View File

@@ -61,7 +61,6 @@ public:
// Static helpers.
static const std::string typeName (const Lexer::Type&);
static bool isDigit (int);
static bool isIdentifierStart (int);
static bool isIdentifierNext (int);
static bool isSingleCharOperator (int);