--- Expression --- CountCons : 3 Infix : ((1|2 * 1|3) + 3|4) CountCons : 1 Infix : 11|12 --- Expression --- CountCons : 2 Infix : ((1|2 + 1|3) * hello) CountCons : 1 Infix : (5|6 * hello) --- Expression --- CountCons : 2 Infix : ((1|2 + 1|3) * (hello + abc)) CountCons : 1 Infix : (5|6 * (hello + abc)) --- Expression --- CountCons : 4 Infix : ((1|2 + 1|3) * ((hello * abc) + (1|4 + 1|2))) CountCons : 2 Infix : (5|6 * ((hello * abc) + 3|4)) --- Expression --- CountCons : 4 Infix : ((1|2 + 1|3) * ((hello * abce) + (1|4 + 3|10))) CountCons : 2 Infix : (5|6 * ((hello * abce) + 11|20))