op_ge
struct val *op_ge (struct val *, struct val *);
| expr GE expr { $$ = op_ge ($1, $3); }
{ ">=", op_ge },