Lexer: Migrated to unicodeWhitespace

This commit is contained in:
Paul Beckingham
2018-01-25 00:47:23 -05:00
parent 2c89688b46
commit 49dedfbc86
4 changed files with 37 additions and 106 deletions

View File

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