Lexer: Migrated to unicodeWhitespace

This commit is contained in:
Paul Beckingham 2018-01-25 00:47:23 -05:00
parent 751ae17b22
commit cac258ef72
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);