op_eq
struct val *op_eq (struct val *, struct val *);
| expr '=' expr { $$ = op_eq ($1, $3); }
{ eval_table, { { "==", op_eq },