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