TOKEN
return (TOKEN);
%token <val> TOKEN
expr: TOKEN
parse_mode = TOKEN;
while (parse_mode == TOKEN) {