Lexer: Boosted precedence of UUID detection

This commit is contained in:
Paul Beckingham 2015-07-19 23:27:27 -04:00
parent 1c2500a8a1
commit d6f977e2dd

View file

@ -79,9 +79,9 @@ bool Lexer::token (std::string& token, Lexer::Type& type)
isDuration (token, type) ||
isURL (token, type) ||
isPair (token, type) ||
isUUID (token, type) ||
isSet (token, type) ||
isDOM (token, type) ||
isUUID (token, type) ||
isHexNumber (token, type) ||
isNumber (token, type) ||
isSeparator (token, type) ||