A small calculator program for my java lecture.
- A small parser calculator program that using Shunting-yard algorithm to solve infix type expression inputs.
- Invalid operators are (+,-,*,/).
For students, you will only use 'ICalculator.java, IOperator.java and IStack.java' interfaces to develop your own calculator program during the lecture.