- Added notes about additional lexeme types that are needed, long term.
This commit is contained in:
Paul Beckingham 2014-09-07 13:37:46 -04:00
parent 9ddf447321
commit 68fb1136cc

View file

@ -53,6 +53,16 @@ public:
typeDate, typeDate,
typeDuration, typeDuration,
typeTag, typeTag,
/*
Recognizing more types means that Lexer::*_split and Lexer::token approach
the ideal form, whereby the command line becomes just one string that is
lexed into tokens. Those tokens are then simply dissected by type..
typeUUID,
typePattern,
typeSubstitution,
typeNameValue,
*/
}; };
Lexer (const std::string&); Lexer (const std::string&);