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