if (projectFile.isDirectory()) {
System.out.println("the given project file is a directory!");
}
ExampleInterperterFactory interperterFactory = new ExampleInterperterFactory(args[0], new SimpleConsoleInterface());
UserInterfaceInterceptionUtils.interceptStdOut();
UserInterfaceInterceptionUtils.interceptStdErr();
try {
Interperter interperter = interperterFactory.createInterperter();