// Here there is bleed-through from the "calc.impl" implementation
// directory into the "calc" interface definition directory.
// This can be avoided if we were to use reflection to
// create this the default ExpCompiler implementation.
return new BetterExpCompiler(
evaluator, validator, resultStyles);
}