CLI2: Expand DOM references in single-token values

This commit is contained in:
Paul Beckingham 2015-09-07 11:49:55 -04:00
parent 557a8d357c
commit e4132f6a02
4 changed files with 25 additions and 1 deletions

View file

@ -75,6 +75,7 @@ public:
static bool isHardBoundary (int, int);
static bool isPunctuation (int);
static bool isAllDigits (const std::string&);
static bool isDOM (const std::string&);
static void dequote (std::string&, const std::string& quotes = "'\"");
static bool wasQuoted (const std::string&);
static bool readWord (const std::string&, const std::string&, std::string::size_type&, std::string&);