T_GT
{ '>', T_GT },
case T_GT: fprintf(stderr, " >"); break;
case T_LT: case T_LTEQ: case T_GT: case T_GTEQ: return 3;
case T_GT: return lv > rv;