Home
last modified time | relevance | path

Searched defs:example5_base_tokens (Results 1 – 1 of 1) sorted by relevance

/third_party/boost/libs/spirit/example/lex/
Dexample5.cpp44 struct example5_base_tokens : lex::lexer<Lexer> struct
48 example5_base_tokens() {} in example5_base_tokens() function
51 void init_token_definitions() in init_token_definitions()
72 lex::token_def<lex::omit> if_, while_;
87 lex::token_def<std::string> identifier;
88 lex::token_def<unsigned int> constant;