oexpr
static int oexpr(enum token n);
res = !oexpr(t_lex(*t_wp));
return oexpr(t_lex(*++t_wp)) || res;
res = oexpr(t_lex(*++t_wp));