guys, I'm reading a formula from file like: 2 + 2 - ( 3 - 1 ) * 3 $, but I want to be able to throw an exception if there are two operands together like: 2 + 2 3 * 4 $ or if there are two operators...