Searched refs:tok_int (Results 1 – 1 of 1) sorted by relevance
25 tok_int = "int"; in language_tokens()32 this->self += tok_float | tok_int | floatlit | intlit | identifier; in language_tokens()36 lex::token_def<> tok_float, tok_int; member54 | tok.tok_int >> tok.identifier >> '=' >> tok.intlit in language_grammar()