do_asg
void do_asg(char *, expr, int flags);
| ID '=' expr { do_asg($1, $3, 0); }
do_asg(label, ops->op_u.value, 0);