Shell shell = new Shell();
String fs[] = {"x := 1","x ="};
shell.evaluate(fs);
}
public Shell() throws Exception {
evaluator = new Evaluator();
/* Create one expression which will be used to evaluate formulas */
shellExpression = new Expression2("", outputListener);
shellExpression.addListener(errorListener);