Order of operations Big Integer solver in Java.
Usage: An example script has been written illustrating the usage of this module. All numbers are input as Strings. The OpCode class contains all the valid operation codes that SBISolver supports.
Example script: src/com/ccmdevel/sbisolver/Sample.class