def main(argv): in_path = argv[1] out_path = argv[2] compileAndWrite(in_path, out_path, stdlib_comp.compile)