Simulates the expression by transforming its infix to postfix form using Shunting-yard algorithm instead of passing by AST.
Supports float and integer numbers, parenthesis, addition, substraction, multiplication, division
$javac ExpressionParser*.java && java ExpressionParserTest