TOKEN_CONCAT
case TOKEN_CONCAT:
token_type(concat) = TOKEN_CONCAT;
if (token_type(t->next) != TOKEN_CONCAT) {