- Improved ::isUUID lexing.
This commit is contained in:
Paul Beckingham
2015-02-20 12:13:11 -08:00
parent 66d5a8ba3d
commit 1128ad8259
2 changed files with 8 additions and 59 deletions

View File

@@ -76,7 +76,6 @@ public:
// Classifiers.
bool isString (std::string&, Lexer2::Type&, int quote);
bool isUUID (std::string&, Lexer2::Type&);
bool isPartialUUID (std::string&, Lexer2::Type&);
bool isNumber (std::string&, Lexer2::Type&);
bool isHexNumber (std::string&, Lexer2::Type&);
bool isSeparator (std::string&, Lexer2::Type&);