Searched defs:example6_tokens (Results 1 – 1 of 1) sorted by relevance
58 struct example6_tokens : lex::lexer<Lexer> struct60 example6_tokens() in example6_tokens() function102 lex::token_def<std::string> identifier;103 lex::token_def<unsigned int> constant;205 typedef example6_tokens<lexer_type> example6_tokens; in main() typedef