Lexer: Migrated from ::iѕDigit to unicodeLatinDigit

This commit is contained in:
Paul Beckingham 2016-01-14 22:04:44 -05:00
parent 9f12807526
commit d2629584d5
2 changed files with 12 additions and 22 deletions

View file

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