op_ne
struct val *op_ne (struct val *, struct val *);
| expr NE expr { $$ = op_ne ($1, $3); }
{ "!=", op_ne } } },