static double simpleCalc(S expression) { ret CalcRPN(printIfDebugging(ShuntingYardParser(expression)!))!; }