compileAndExecute

fun compileAndExecute(sourceFile: Path, stdlibPath: Path? = null, args: Array<String> = emptyArray()): Pair<CompilationResult, ExecutionResult?>