- Migrated ::dequote method from Lexer.
This commit is contained in:
Paul Beckingham
2015-02-19 21:43:22 -08:00
parent be80bc4ea3
commit aab93b2cda
4 changed files with 43 additions and 29 deletions

View File

@@ -62,6 +62,7 @@ public:
static bool isTripleCharOperator (int, int, int, int);
static bool isBoundary (int, int);
static bool isPunctuation (int);
static void dequote (std::string&);
// Helpers.
bool isEOS () const;