Searched defs:example4_tokens (Results 1 – 1 of 1) sorted by relevance
42 struct example4_tokens : lex::lexer<Lexer> struct44 example4_tokens() in example4_tokens() function67 lex::token_def<> if_, else_, while_;82 lex::token_def<std::string> identifier;83 lex::token_def<unsigned int> constant;184 typedef example4_tokens<lexer_type> example4_tokens; in main() typedef