ExpressionParaser is a set of Java classes that allow parsing and evaluating mathematical expressions at runtime. This is useful when developing calculators, graphing utilities and anything in between. It allows most Math fucntions available in Java language along with variable support such as x, and y.A neat little utility