Lexer: Migrated ispunct to Lexer::isPunctuation

This commit is contained in:
Paul Beckingham 2015-04-16 23:52:43 -04:00
parent 3cbb2bb20f
commit 39fb45447b
6 changed files with 11 additions and 40 deletions

View file

@ -110,7 +110,6 @@ public:
bool depleted ();
static bool isPunctuation (char);
std::string dump ();
private: