new CompoundExpression( "x^2 - xy + 5" )
new PolishSquarefree("+")("+")("^")("x")(2)("-xy")(5)
new Polish("+")("-")("^")("x")(2)(".")("x")("y")(5)