Lexer: Migrated to unicodeLatinDigit

This commit is contained in:
Paul Beckingham 2018-01-25 01:08:26 -05:00
parent adc965e762
commit cae3f06b7d
4 changed files with 30 additions and 38 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);