this.config = config;
sourcePathInputSource = PathInputSource.fromFiles(config.getSourcePath(), new String[0], true);
ParserOptions parserOptions = new CCRParserOptions();
jangarooParser = new JangarooParser(parserOptions, new StdOutCompileLog()) {
@Override
protected InputSource findSource(String qname) {
InputSource inputSource = super.findSource(qname);
if (inputSource != null) {
// A regular source file (not a generated file) has been found. Use it.