In the main file, it writes: System.out.println("expression : "+pn);
Why isn't it pn.toString()? You cannot print an object of type Node, right?
Also, just for clarification purposes, do we create: DivNode, FloatNode, PlusNode, MultNode, and MinusNode? i.e. FIVE files |