TK_OR
case TK_OR: op = OP_Or; break;
case TK_OR:
case TK_OR: {
case TK_OR: {
case TK_OR:
expr(A) ::= expr(X) OR expr(Y). {A = sqliteExpr(TK_OR, X, Y, 0);}
{ "OR", TK_OR, },
case TK_OR: return OPR_OR;