if (tooManyErrors() || forcedToStop()) break;
resolveType(sources, units, igraph, dgraph, symbolTable, sourceList, sourcePath, resources, swcContext);
final CompilerConfiguration config = (configuration != null) ? configuration.getCompilerConfiguration() : null;
if (config != null && config.strict())
{
resolveImportStatements(sources, units, sourcePath, swcContext);
}
// C: If --coach is turned on, do resolveExpression() here...
if (config != null && (config.strict() || config.warnings()))
{
resolveExpression(sources, units, igraph, dgraph, symbolTable, sourceList,
sourcePath, resources, swcContext, configuration);
}