make_str
yylval.val = make_str (p);
struct val *make_str (const char *);
v = make_str (a->u.s + rm[1].rm_so);
v = make_str ("");