op_minus
struct val *op_minus (struct val *, struct val *);
| expr '-' expr { $$ = op_minus ($1, $3); }