It's an implementation of Generic Expression Parser that is able to parse and evaluate different expressions For usage you have to write mode (integer - "-i", double - "-d", BigInteger - "-bi", unchecked int - "u", unchecked short - "s", unchecked long - "l") and the expression itself (ex. "x + (-y * z)") as command line arguements