OP_OR
case OP_OR:
: OP_OR '#' number {
| OP_OR 'x' {
| OP_OR '%' 'x' {
%token OP_JSET OP_ADD OP_SUB OP_MUL OP_DIV OP_AND OP_OR OP_XOR OP_LSH OP_RSH