web/table/csv2html.py bin/__init__.py bin/oil.py bin/opy_.py oil/__init__.py asdl/visitor.py asdl/arith_ast_test.py asdl/format.py asdl/tdop.py asdl/const.py asdl/encode_test.py asdl/py_meta_test.py asdl/asdl_demo.py asdl/arith_parse_test.py asdl/pretty.py asdl/py_meta.py asdl/__init__.py asdl/gen_cpp.py asdl/arith_ast.py asdl/asdl_.py asdl/gen_python.py asdl/encode.py asdl/format_test.py asdl/arith_parse.py benchmarks/virtual_memory.py benchmarks/__init__.py benchmarks/fake_libc.py benchmarks/time.py benchmarks/pytrace.py build/app_deps.py build/app_deps_test.py build/c_module_srcs.py build/setup_fastlex.py build/setup.py build/make_zip.py build/quick_ref.py build/c_module_toc.py build/runpy_deps.py tools/csv_concat.py tools/deps.py tools/osh2oil_test.py tools/__init__.py tools/readlink.py tools/osh2oil.py __init__.py _devbuild/gen/types_asdl.py _devbuild/gen/osh_asdl.py _devbuild/gen/osh_help.py _devbuild/gen/__init__.py _devbuild/gen/runtime_asdl.py _devbuild/__init__.py osh/bool_parse_test.py osh/ast_lib.py osh/word_parse_test.py osh/cmd_parse.py osh/lex.py osh/arith_parse_test.py osh/meta.py osh/__init__.py osh/lex_test.py osh/word_parse.py osh/bool_parse.py osh/match.py osh/parse_lib.py osh/ast_gen.py osh/cmd_parse_test.py osh/arith_parse.py burn.py native/fastlex_test.py native/libc_test.py core/lexer.py core/legacy_test.py core/completion_test.py core/args.py core/alloc.py core/reader.py core/test_lib.py core/glob_.py core/cmd_exec.py core/lexer_gen_test.py core/libstr.py core/tdop.py core/cmd_exec_test.py core/alloc_test.py core/legacy.py core/word.py core/word_test.py core/word_compile.py core/word_eval.py core/id_kind_test.py core/builtin.py core/id_kind_gen.py core/braces.py core/word_compile_test.py core/lexer_test.py core/process_test.py core/args_test.py core/__init__.py core/word_eval_test.py core/id_kind.py core/state.py core/libstr_test.py core/braces_test.py core/lexer_gen.py core/process.py core/test_builtin.py core/completion.py core/ui.py core/reader_test.py core/builtin_test.py core/expr_eval.py core/glob_test.py core/state_test.py core/util_test.py core/util.py spec/bin/argv.py spec/bin/printenv.py spec/bin/show_fd_table.py spec/bin/stdout_stderr.py spec/bin/read_from_fd.py spec/coproc.py opy/gold/class_vs_closure.py opy/gold/fib_iterative.py opy/gold/hello_py3.py opy/gold/generator_exception.py opy/gold/genexpr_simple.py opy/gold/fib_recursive.py opy/gold/regex_compile.py opy/gold/repr_method.py opy/gold/hello_py2.py opy/gold/genexpr.py opy/compiler2/visitor.py opy/compiler2/ovm_codegen.py opy/compiler2/symbols.py opy/compiler2/symbols_test.py opy/compiler2/ast.py opy/compiler2/pyassem.py opy/compiler2/__init__.py opy/compiler2/dis_tool.py opy/compiler2/transformer.py opy/compiler2/misc.py opy/compiler2/future.py opy/compiler2/syntax.py opy/compiler2/consts.py opy/compiler2/pyassem_test.py opy/compiler2/pycodegen.py opy/misc/ccompile.py opy/misc/py_ast.py opy/misc/determinism.py opy/misc/__init__.py opy/misc/pgen_ast.py opy/misc/stdlib_compile.py opy/callgraph_test.py opy/byterun/ovm.py opy/byterun/execfile.py opy/byterun/test_with.py opy/byterun/test_basic.py opy/byterun/vmtest.py opy/byterun/test_functions.py opy/byterun/__init__.py opy/byterun/test_exceptions.py opy/byterun/pyvm2.py opy/byterun/pyobj.py opy/byterun/pyvm2_test.py opy/opy_main.py opy/pgen2/pgen.py opy/pgen2/driver.py opy/pgen2/grammar.py opy/pgen2/token.py opy/pgen2/__init__.py opy/pgen2/tokenize.py opy/pgen2/parse.py opy/tools/demo.py opy/tools/stacktest.py opy/tools/compile.py opy/tools/regrtest.py opy/tools/astgen.py opy/__init__.py opy/callgraph.py opy/pytree.py opy/lib/opcode.py opy/lib/opcode_gen.py opy/lib/dis.py opy/lib/__init__.py opy/lib/inspect.py opy/skeleton.py devtools/completion.py test/sh_spec_test.py test/sh_spec.py test/jsontemplate.py test/wild_report.py _tmp/repo-with-cpython/ ├── asdl │   ├── arith_ast.pyc │   ├── arith_ast_test.pyc │   ├── arith_parse.pyc │   ├── arith_parse_test.pyc │   ├── asdl_demo.pyc │   ├── asdl_.pyc │   ├── const.pyc │   ├── encode.pyc │   ├── encode_test.pyc │   ├── format.pyc │   ├── format_test.pyc │   ├── gen_cpp.pyc │   ├── gen_python.pyc │   ├── __init__.pyc │   ├── pretty.pyc │   ├── py_meta.pyc │   ├── py_meta_test.pyc │   ├── tdop.pyc │   └── visitor.pyc ├── benchmarks │   ├── fake_libc.pyc │   ├── __init__.pyc │   ├── pytrace.pyc │   ├── time.pyc │   └── virtual_memory.pyc ├── bin │   ├── __init__.pyc │   ├── oil.pyc │   └── opy_.pyc ├── build │   ├── app_deps.pyc │   ├── app_deps_test.pyc │   ├── c_module_srcs.pyc │   ├── c_module_toc.pyc │   ├── make_zip.pyc │   ├── quick_ref.pyc │   ├── runpy_deps.pyc │   ├── setup_fastlex.pyc │   └── setup.pyc ├── burn.pyc ├── core │   ├── alloc.pyc │   ├── alloc_test.pyc │   ├── args.pyc │   ├── args_test.pyc │   ├── braces.pyc │   ├── braces_test.pyc │   ├── builtin.pyc │   ├── builtin_test.pyc │   ├── cmd_exec.pyc │   ├── cmd_exec_test.pyc │   ├── completion.pyc │   ├── completion_test.pyc │   ├── expr_eval.pyc │   ├── glob_.pyc │   ├── glob_test.pyc │   ├── id_kind_gen.pyc │   ├── id_kind.pyc │   ├── id_kind_test.pyc │   ├── __init__.pyc │   ├── legacy.pyc │   ├── legacy_test.pyc │   ├── lexer_gen.pyc │   ├── lexer_gen_test.pyc │   ├── lexer.pyc │   ├── lexer_test.pyc │   ├── libstr.pyc │   ├── libstr_test.pyc │   ├── process.pyc │   ├── process_test.pyc │   ├── reader.pyc │   ├── reader_test.pyc │   ├── state.pyc │   ├── state_test.pyc │   ├── tdop.pyc │   ├── test_builtin.pyc │   ├── test_lib.pyc │   ├── ui.pyc │   ├── util.pyc │   ├── util_test.pyc │   ├── word_compile.pyc │   ├── word_compile_test.pyc │   ├── word_eval.pyc │   ├── word_eval_test.pyc │   ├── word.pyc │   └── word_test.pyc ├── _devbuild │   ├── gen │   │   ├── __init__.pyc │   │   ├── osh_asdl.pyc │   │   ├── osh_help.pyc │   │   ├── runtime_asdl.pyc │   │   └── types_asdl.pyc │   └── __init__.pyc ├── devtools │   └── completion.pyc ├── __init__.pyc ├── native │   ├── fastlex_test.pyc │   └── libc_test.pyc ├── oil │   └── __init__.pyc ├── opy │   ├── byterun │   │   ├── execfile.pyc │   │   ├── __init__.pyc │   │   ├── ovm.pyc │   │   ├── pyobj.pyc │   │   ├── pyvm2.pyc │   │   ├── pyvm2_test.pyc │   │   ├── test_basic.pyc │   │   ├── test_exceptions.pyc │   │   ├── test_functions.pyc │   │   ├── test_with.pyc │   │   └── vmtest.pyc │   ├── callgraph.pyc │   ├── callgraph_test.pyc │   ├── compiler2 │   │   ├── ast.pyc │   │   ├── consts.pyc │   │   ├── dis_tool.pyc │   │   ├── future.pyc │   │   ├── __init__.pyc │   │   ├── misc.pyc │   │   ├── ovm_codegen.pyc │   │   ├── pyassem.pyc │   │   ├── pyassem_test.pyc │   │   ├── pycodegen.pyc │   │   ├── symbols.pyc │   │   ├── symbols_test.pyc │   │   ├── syntax.pyc │   │   ├── transformer.pyc │   │   └── visitor.pyc │   ├── gold │   │   ├── class_vs_closure.pyc │   │   ├── fib_iterative.pyc │   │   ├── fib_recursive.pyc │   │   ├── generator_exception.pyc │   │   ├── genexpr.pyc │   │   ├── genexpr_simple.pyc │   │   ├── hello_py2.pyc │   │   ├── hello_py3.pyc │   │   ├── regex_compile.pyc │   │   └── repr_method.pyc │   ├── __init__.pyc │   ├── lib │   │   ├── dis.pyc │   │   ├── __init__.pyc │   │   ├── inspect.pyc │   │   ├── opcode_gen.pyc │   │   └── opcode.pyc │   ├── misc │   │   ├── ccompile.pyc │   │   ├── determinism.pyc │   │   ├── __init__.pyc │   │   ├── pgen_ast.pyc │   │   ├── py_ast.pyc │   │   └── stdlib_compile.pyc │   ├── opy_main.pyc │   ├── pgen2 │   │   ├── driver.pyc │   │   ├── grammar.pyc │   │   ├── __init__.pyc │   │   ├── parse.pyc │   │   ├── pgen.pyc │   │   ├── tokenize.pyc │   │   └── token.pyc │   ├── pytree.pyc │   ├── skeleton.pyc │   └── tools │   ├── astgen.pyc │   ├── compile.pyc │   ├── demo.pyc │   ├── regrtest.pyc │   └── stacktest.pyc ├── osh │   ├── arith_parse.pyc │   ├── arith_parse_test.pyc │   ├── ast_gen.pyc │   ├── ast_lib.pyc │   ├── bool_parse.pyc │   ├── bool_parse_test.pyc │   ├── cmd_parse.pyc │   ├── cmd_parse_test.pyc │   ├── __init__.pyc │   ├── lex.pyc │   ├── lex_test.pyc │   ├── match.pyc │   ├── meta.pyc │   ├── parse_lib.pyc │   ├── word_parse.pyc │   └── word_parse_test.pyc ├── spec │   ├── bin │   │   ├── argv.pyc │   │   ├── printenv.pyc │   │   ├── read_from_fd.pyc │   │   ├── show_fd_table.pyc │   │   └── stdout_stderr.pyc │   └── coproc.pyc ├── test │   ├── jsontemplate.pyc │   ├── sh_spec.pyc │   ├── sh_spec_test.pyc │   └── wild_report.pyc ├── tools │   ├── csv_concat.pyc │   ├── deps.pyc │   ├── __init__.pyc │   ├── osh2oil.pyc │   ├── osh2oil_test.pyc │   └── readlink.pyc └── web └── table └── csv2html.pyc 25 directories, 191 files ~/git/oilshell/oil/opy/_tmp/repo-with-cpython ~/git/oilshell/oil/opy 590 ./asdl/arith_ast.pyc 4960 ./asdl/arith_ast_test.pyc 7303 ./asdl/arith_parse.pyc 7585 ./asdl/arith_parse_test.pyc 2078 ./asdl/asdl_demo.pyc 23004 ./asdl/asdl_.pyc 241 ./asdl/const.pyc 8073 ./asdl/encode.pyc 1141 ./asdl/encode_test.pyc 15563 ./asdl/format.pyc 1510 ./asdl/format_test.pyc 11386 ./asdl/gen_cpp.pyc 4460 ./asdl/gen_python.pyc 131 ./asdl/__init__.pyc 959 ./asdl/pretty.pyc 8421 ./asdl/py_meta.pyc 721 ./asdl/py_meta_test.pyc 8540 ./asdl/tdop.pyc 4291 ./asdl/visitor.pyc 531 ./benchmarks/fake_libc.pyc 137 ./benchmarks/__init__.pyc 2551 ./benchmarks/pytrace.pyc 2179 ./benchmarks/time.pyc 2535 ./benchmarks/virtual_memory.pyc 130 ./bin/__init__.pyc 13523 ./bin/oil.pyc 2496 ./bin/opy_.pyc 3464 ./build/app_deps.pyc 1145 ./build/app_deps_test.pyc 1725 ./build/c_module_srcs.pyc 1090 ./build/c_module_toc.pyc 1189 ./build/make_zip.pyc 6116 ./build/quick_ref.pyc 2323 ./build/runpy_deps.pyc 521 ./build/setup_fastlex.pyc 476 ./build/setup.pyc 582 ./burn.pyc 6889 ./core/alloc.pyc 1895 ./core/alloc_test.pyc 12509 ./core/args.pyc 4709 ./core/args_test.pyc 6106 ./core/braces.pyc 3839 ./core/braces_test.pyc 26773 ./core/builtin.pyc 1291 ./core/builtin_test.pyc 34029 ./core/cmd_exec.pyc 4582 ./core/cmd_exec_test.pyc 20134 ./core/completion.pyc 8386 ./core/completion_test.pyc 14059 ./core/expr_eval.pyc 7441 ./core/glob_.pyc 4764 ./core/glob_test.pyc 3954 ./core/id_kind_gen.pyc 11174 ./core/id_kind.pyc 4084 ./core/id_kind_test.pyc 131 ./core/__init__.pyc 8500 ./core/legacy.pyc 4205 ./core/legacy_test.pyc 8883 ./core/lexer_gen.pyc 1841 ./core/lexer_gen_test.pyc 6213 ./core/lexer.pyc 1768 ./core/lexer_test.pyc 7085 ./core/libstr.pyc 2281 ./core/libstr_test.pyc 21217 ./core/process.pyc 4118 ./core/process_test.pyc 3767 ./core/reader.pyc 2109 ./core/reader_test.pyc 22531 ./core/state.pyc 7366 ./core/state_test.pyc 12099 ./core/tdop.pyc 5337 ./core/test_builtin.pyc 2520 ./core/test_lib.pyc 4636 ./core/ui.pyc 9050 ./core/util.pyc 1758 ./core/util_test.pyc 2371 ./core/word_compile.pyc 522 ./core/word_compile_test.pyc 22521 ./core/word_eval.pyc 735 ./core/word_eval_test.pyc 12671 ./core/word.pyc 706 ./core/word_test.pyc 140 ./_devbuild/gen/__init__.pyc 48077 ./_devbuild/gen/osh_asdl.pyc 3127 ./_devbuild/gen/osh_help.pyc 13345 ./_devbuild/gen/runtime_asdl.pyc 1966 ./_devbuild/gen/types_asdl.pyc 136 ./_devbuild/__init__.pyc 2344 ./devtools/completion.pyc 126 ./__init__.pyc 2788 ./native/fastlex_test.pyc 3175 ./native/libc_test.pyc 130 ./oil/__init__.pyc 1107 ./opy/byterun/execfile.pyc 138 ./opy/byterun/__init__.pyc 14541 ./opy/byterun/ovm.pyc 13649 ./opy/byterun/pyobj.pyc 33163 ./opy/byterun/pyvm2.pyc 1159 ./opy/byterun/pyvm2_test.pyc 23982 ./opy/byterun/test_basic.pyc 6598 ./opy/byterun/test_exceptions.pyc 14386 ./opy/byterun/test_functions.pyc 12583 ./opy/byterun/test_with.pyc 2718 ./opy/byterun/vmtest.pyc 10360 ./opy/callgraph.pyc 966 ./opy/callgraph_test.pyc 76738 ./opy/compiler2/ast.pyc 749 ./opy/compiler2/consts.pyc 7976 ./opy/compiler2/dis_tool.pyc 2634 ./opy/compiler2/future.pyc 140 ./opy/compiler2/__init__.pyc 1061 ./opy/compiler2/misc.pyc 10377 ./opy/compiler2/ovm_codegen.pyc 25532 ./opy/compiler2/pyassem.pyc 989 ./opy/compiler2/pyassem_test.pyc 50449 ./opy/compiler2/pycodegen.pyc 17036 ./opy/compiler2/symbols.pyc 1895 ./opy/compiler2/symbols_test.pyc 1758 ./opy/compiler2/syntax.pyc 47803 ./opy/compiler2/transformer.pyc 3471 ./opy/compiler2/visitor.pyc 1597 ./opy/gold/class_vs_closure.pyc 447 ./opy/gold/fib_iterative.pyc 1145 ./opy/gold/fib_recursive.pyc 2342 ./opy/gold/generator_exception.pyc 778 ./opy/gold/genexpr.pyc 592 ./opy/gold/genexpr_simple.pyc 295 ./opy/gold/hello_py2.pyc 177 ./opy/gold/hello_py3.pyc 289 ./opy/gold/regex_compile.pyc 806 ./opy/gold/repr_method.pyc 130 ./opy/__init__.pyc 6782 ./opy/lib/dis.pyc 134 ./opy/lib/__init__.pyc 41134 ./opy/lib/inspect.pyc 1406 ./opy/lib/opcode_gen.pyc 6220 ./opy/lib/opcode.pyc 624 ./opy/misc/ccompile.pyc 883 ./opy/misc/determinism.pyc 135 ./opy/misc/__init__.pyc 993 ./opy/misc/pgen_ast.pyc 1989 ./opy/misc/py_ast.pyc 1355 ./opy/misc/stdlib_compile.pyc 8809 ./opy/opy_main.pyc 1900 ./opy/pgen2/driver.pyc 7396 ./opy/pgen2/grammar.pyc 177 ./opy/pgen2/__init__.pyc 7321 ./opy/pgen2/parse.pyc 12601 ./opy/pgen2/pgen.pyc 17768 ./opy/pgen2/tokenize.pyc 2376 ./opy/pgen2/token.pyc 27441 ./opy/pytree.pyc 3364 ./opy/skeleton.pyc 10768 ./opy/tools/astgen.pyc 1426 ./opy/tools/compile.pyc 1634 ./opy/tools/demo.pyc 2768 ./opy/tools/regrtest.pyc 1687 ./opy/tools/stacktest.pyc 6338 ./osh/arith_parse.pyc 3940 ./osh/arith_parse_test.pyc 1001 ./osh/ast_gen.pyc 2781 ./osh/ast_lib.pyc 7373 ./osh/bool_parse.pyc 4156 ./osh/bool_parse_test.pyc 36677 ./osh/cmd_parse.pyc 39199 ./osh/cmd_parse_test.pyc 130 ./osh/__init__.pyc 11133 ./osh/lex.pyc 8998 ./osh/lex_test.pyc 4868 ./osh/match.pyc 4052 ./osh/meta.pyc 2635 ./osh/parse_lib.pyc 28351 ./osh/word_parse.pyc 14545 ./osh/word_parse_test.pyc 4096 ./SIZES.txt 261 ./spec/bin/argv.pyc 346 ./spec/bin/printenv.pyc 877 ./spec/bin/read_from_fd.pyc 888 ./spec/bin/show_fd_table.pyc 642 ./spec/bin/stdout_stderr.pyc 1171 ./spec/coproc.pyc 56668 ./test/jsontemplate.pyc 24859 ./test/sh_spec.pyc 3367 ./test/sh_spec_test.pyc 14129 ./test/wild_report.pyc 943 ./tools/csv_concat.pyc 4036 ./tools/deps.pyc 132 ./tools/__init__.pyc 18731 ./tools/osh2oil.pyc 2113 ./tools/osh2oil_test.pyc 772 ./tools/readlink.pyc 9901 ./web/table/csv2html.pyc 3fcc5355b66ad98dcf2461bca91d345c ./asdl/arith_ast.pyc a587f674aacfce83594b484e43b61693 ./asdl/arith_ast_test.pyc e40b68074e2a34d401815102137e8fce ./asdl/arith_parse.pyc 5f7c5c355f427cdad346de868ccbe55c ./asdl/arith_parse_test.pyc 8e804b7de85a82cf352a0bf22aad9bb8 ./asdl/asdl_demo.pyc 0b28d61fb29f39b3f98877b9296dd75c ./asdl/asdl_.pyc 02df62f2bebb319accf215382d3158c5 ./asdl/const.pyc f8a19a14f0e113ac794bb2c06d4df3a3 ./asdl/encode.pyc 5cefefd80f33206a6861d749c0c6898d ./asdl/encode_test.pyc 0d542f6e0b4e6f9d0c787fc10b72f1e2 ./asdl/format.pyc 4f67ce544db1e3d3f0b3c50a02473748 ./asdl/format_test.pyc 0cfc821627006f74f6ce1c9b2e3f931d ./asdl/gen_cpp.pyc b45dc34359a76d8bce2ac7b3c7d2e658 ./asdl/gen_python.pyc 3537431dd2a93d26c14b86c1c1775004 ./asdl/__init__.pyc 1cb95056c6af26f564d33e0ce7d59b02 ./asdl/pretty.pyc 707b87f5c41008ce33058b1e956ba790 ./asdl/py_meta.pyc 216ed8344110220f3b3a093263fbf837 ./asdl/py_meta_test.pyc e687d6d30ca8af9cfe01c65b659bc977 ./asdl/tdop.pyc 3446a664f8e3e8d783ea459659539092 ./asdl/visitor.pyc da59d2e14e8e7c805ce4e5a4048c225a ./benchmarks/fake_libc.pyc 10a02c9df3d26a689db62bd9c69496d6 ./benchmarks/__init__.pyc 513cde0c9ed83c8de52d8831d20cd01c ./benchmarks/pytrace.pyc 4b6cafa5f3ad3c77c101a237c6b00e2a ./benchmarks/time.pyc f4d72afb6098ea01274576741091be15 ./benchmarks/virtual_memory.pyc 5f5a6d2629f6434529ec8d85a3bb3325 ./bin/__init__.pyc 100629774d6f391a81ef6b94cabb26ee ./bin/oil.pyc 73eaf68acfb943d8aca2180477b66065 ./bin/opy_.pyc 709a6955657581f430141cc2c2cfdae8 ./build/app_deps.pyc 7b4b93a9ee5e057f4375abcb45f2de98 ./build/app_deps_test.pyc cb2e4bf2522ff23f20625030e3a57435 ./build/c_module_srcs.pyc db7deb95d8401478cc19b1e7e7e6ba07 ./build/c_module_toc.pyc 6b449d03c6fc17912d46f391c935065e ./build/make_zip.pyc 2a9349d0c4d796381a16cba878000b16 ./build/quick_ref.pyc 3f86d6b51dee443bc095b5fc46b76bca ./build/runpy_deps.pyc 8a9c65432e8b7cebe1c26b2a73821364 ./build/setup_fastlex.pyc 1c665c059e2e911aff3983e92e9e738b ./build/setup.pyc 9144a8f9c4230968fe66a7fdf00fe714 ./burn.pyc 220c9c3c5dde3b6aad7d3dc89e18826e ./core/alloc.pyc 8c052ce36a2bd21afe0d7f10d8c0d14b ./core/alloc_test.pyc 674e9ad41fa3cc6792e5f4a92dde59c6 ./core/args.pyc 5918e13d3b1362859ff5e55a9f96af1d ./core/args_test.pyc 08ffe9cca5953b8e555cbb9e76ea8be2 ./core/braces.pyc 8bf928183954b730e357029f7a76dbed ./core/braces_test.pyc ee93a663876022569bd899f92d0aa9a0 ./core/builtin.pyc c62f1aac6be2935e578acd51b4e519fb ./core/builtin_test.pyc 60f950bc776b582f1d08529d5d2052b3 ./core/cmd_exec.pyc 17e17f4a10176ea021527144011e3b8b ./core/cmd_exec_test.pyc 3fa5104b5882bbcd982137dab0159bc3 ./core/completion.pyc d59864251a68bee2fcf667bb7e570a10 ./core/completion_test.pyc 632657533a24e366ed9469a98e83b43b ./core/expr_eval.pyc a553af7602e806448e53a55b0d2ad05a ./core/glob_.pyc 997a794d523e3ab9ef926797f49f3fe1 ./core/glob_test.pyc 127311234fe34a02c31863c8e7d90a6b ./core/id_kind_gen.pyc 365e12f3977b0702e10f26f8105e4bbd ./core/id_kind.pyc 5c492e2d82cac52af7222cacd87f9279 ./core/id_kind_test.pyc 1cadeee4ec4f0ad9038b705a09a1c068 ./core/__init__.pyc b780c86d63137755e63291e27dcf18fe ./core/legacy.pyc 2f7f32e456f6641511ad3f235856e6b2 ./core/legacy_test.pyc 9bce5350ebb5b1a7ec8a3cbfb4bab43d ./core/lexer_gen.pyc 8dbe9f0567730a0652f487d078f82d89 ./core/lexer_gen_test.pyc 38a0a21fdc6379e1c4ad891b060aee2a ./core/lexer.pyc 58fb911aaf793bc43122f73b231af726 ./core/lexer_test.pyc 2e178b3c1240d62f38aa6fe9713c6946 ./core/libstr.pyc 544c1ccfbbeaa9e6e1fdfd6a35adc14f ./core/libstr_test.pyc a7b7348ce3d2d510144f54bf63fe7b97 ./core/process.pyc 4933197332ab2019582c08fcd23caa21 ./core/process_test.pyc 636b4ec38ddced6ee4483471d3588f95 ./core/reader.pyc b9564f4089b7d16ba1be50834d1354ec ./core/reader_test.pyc 93b2090172c28c1d481d0f9602410575 ./core/state.pyc c62a7ffe2531455991efd61e934f38bb ./core/state_test.pyc 6e15229f460de6bbb3c6730f383e5ee9 ./core/tdop.pyc 5a03ef0aa49de4e3ebed242f9632bbfe ./core/test_builtin.pyc 85b90fea26158b3da8498cf553ff22d6 ./core/test_lib.pyc efc7577836071380a5110fa726a8af1c ./core/ui.pyc 226eab9d62720d8ea15b61a2cf81a8c5 ./core/util.pyc 9fd117acbec0b64eec6fae721341bc99 ./core/util_test.pyc 0261a883ad0246050906d01d6c40825f ./core/word_compile.pyc 65a4727f758314021bb01331100e44cc ./core/word_compile_test.pyc 7b28bc4035050e196db5330323cf614a ./core/word_eval.pyc 622fea9f397590643339983ea9810a42 ./core/word_eval_test.pyc 3b6660e8f99b0e73f7182b2f6257b27a ./core/word.pyc ad50e5c8abe68b2889b0e29356bda649 ./core/word_test.pyc 4416ba483dfce926ae6542a2e4458166 ./_devbuild/gen/__init__.pyc 8b38d4b93570f3abed8beb0333828c07 ./_devbuild/gen/osh_asdl.pyc d28c7df46c179e8a63dc3f2b4b0bcda8 ./_devbuild/gen/osh_help.pyc 146969fdd6f20681bf3d8eff14e51590 ./_devbuild/gen/runtime_asdl.pyc 6aafad50c05a5eab1c60ab48d4738673 ./_devbuild/gen/types_asdl.pyc c13d8f66594d4b294dbdc9e63436c517 ./_devbuild/__init__.pyc 8e267e0f5055bc5bf136328a65458548 ./devtools/completion.pyc f775cab5e1071a1bd529ba7d5d6af719 ./__init__.pyc 5d491cf8df0ccdf48bb88525858634bb ./MD5.txt bea8c7d12904a8678a600c9c6e8f8342 ./native/fastlex_test.pyc 03ec0eeee1268ba667e1462cabc28e01 ./native/libc_test.pyc edb825e8f7d8e0ac3647a478b4a4cc3f ./oil/__init__.pyc 5d482a235e1b48a8e8bb42b596a6ad17 ./opy/byterun/execfile.pyc caf2cf4532a455b396824880e44bf943 ./opy/byterun/__init__.pyc cfcf07f78cd8765a17a755b7d9717883 ./opy/byterun/ovm.pyc 1316bba9eb6c2b2d7887d9259c7beda8 ./opy/byterun/pyobj.pyc 55cd15ef342e7f241ee780fd60d7eab4 ./opy/byterun/pyvm2.pyc 414c228720f5593f53730ababae5ae7a ./opy/byterun/pyvm2_test.pyc 41e152e51da290faa33232ecacdf8ca9 ./opy/byterun/test_basic.pyc 494df66384acb9118233df049075300b ./opy/byterun/test_exceptions.pyc a4bcd2107e73f5ad139dbb8a07a415da ./opy/byterun/test_functions.pyc d01a06f0d77fed281ba09f11ee4ea0fe ./opy/byterun/test_with.pyc 1ef07efcb629d7a7b7719ed13540a5a0 ./opy/byterun/vmtest.pyc 87c100288b7122ed0cfeedb9228d62cc ./opy/callgraph.pyc f26c50625db541bb257f746ea8c05821 ./opy/callgraph_test.pyc 46d4ffdab3bbc77f4bb9d0af50f1c95a ./opy/compiler2/ast.pyc 432722bc98254004044593259a082aa7 ./opy/compiler2/consts.pyc 47ff47093cfe5f734cdb03ebb65a3d88 ./opy/compiler2/dis_tool.pyc 4aa311b77850420a969c25bbf5fedaa3 ./opy/compiler2/future.pyc 6f6bfee010d8135937c24d3001f2add8 ./opy/compiler2/__init__.pyc f36ff97e581a6d3b6262c7ee56ff433d ./opy/compiler2/misc.pyc 589f83bc73abe81c2c84bd210aa787fd ./opy/compiler2/ovm_codegen.pyc cb62d6b0f0d77373fc17a84f57793399 ./opy/compiler2/pyassem.pyc 314681999646d9b07ccf43d7ceadc259 ./opy/compiler2/pyassem_test.pyc 3eafe4b1dfa81c335b45299d36d08332 ./opy/compiler2/pycodegen.pyc 1d14a1f8516cb774dff9e253e40cc28a ./opy/compiler2/symbols.pyc 72ed22a7e3d5398a5af25612022b9ed7 ./opy/compiler2/symbols_test.pyc d22aa9cae2f3304af4b0d570fe44c2f0 ./opy/compiler2/syntax.pyc ed81a7aa9ee1218ec4719bb43d099a7d ./opy/compiler2/transformer.pyc 254200624dd76f39bb8f31f421eec5f5 ./opy/compiler2/visitor.pyc 63613ebabdefff5f51ab2a25ac5b279f ./opy/gold/class_vs_closure.pyc 5e5c6e728eb9c29666afbe7b30fd0b51 ./opy/gold/fib_iterative.pyc aab0154b08004a7ace6c8e79682fd8f3 ./opy/gold/fib_recursive.pyc c6601985ba050e2054f1dc5a76d3d0a5 ./opy/gold/generator_exception.pyc 1dd6ec3c29cee3cf0da61b9b547cfea9 ./opy/gold/genexpr.pyc a2d19f0e61fd932649fc9bc897ce3e8b ./opy/gold/genexpr_simple.pyc bb593d44b16beb83ad7786320f650e54 ./opy/gold/hello_py2.pyc b0f9517cc22fe7eecbd4aa91ad8f683b ./opy/gold/hello_py3.pyc 6c22b97bfa2d5ca981809b3ddc6fe93b ./opy/gold/regex_compile.pyc fc79cfd294cd3aff8fda6e82f1f7334c ./opy/gold/repr_method.pyc 523987dc25c086a7e22630bfb5aa7359 ./opy/__init__.pyc 31a61d83265060ee3b49d8265f05e50b ./opy/lib/dis.pyc 7177dea073efd8dcfd01a28fcb36beb0 ./opy/lib/__init__.pyc 7f69eee30a694b83c170eaeb0b43d177 ./opy/lib/inspect.pyc e2344b164e7a180689814638a201758b ./opy/lib/opcode_gen.pyc b7d48b3a99d39b33b34d71da4937f1d1 ./opy/lib/opcode.pyc 6b7af98a6afc2a29666f54cad452c510 ./opy/misc/ccompile.pyc ecf720fd23fd7000a817cc3fdd00a7a3 ./opy/misc/determinism.pyc 87af2f40d2b9dcc9188f5f08e307e71b ./opy/misc/__init__.pyc 0808f981801c45a3fbd3f7f26bb8ccea ./opy/misc/pgen_ast.pyc b49a813ea8b5eef81f06f74f19223ba0 ./opy/misc/py_ast.pyc 49645744bbda92de69684d9b1c1acc6e ./opy/misc/stdlib_compile.pyc 85d25a86950d564ed6df5f10e0b1afc1 ./opy/opy_main.pyc c3baad9038e7b1ef90776434c323e3ac ./opy/pgen2/driver.pyc 495737311bc7324307d4c5820cf9f5b4 ./opy/pgen2/grammar.pyc a39b00afb1c6a3d19518f09910b3169d ./opy/pgen2/__init__.pyc 89bf2bba691e1d0d3b1f8dac04ca10e7 ./opy/pgen2/parse.pyc aa3cafa7156d84d811c506f3719bc332 ./opy/pgen2/pgen.pyc c0a27c5af2f37910612ab4b64b9e2959 ./opy/pgen2/tokenize.pyc a4dc5b2bd98761498ca5b79f87f1ea93 ./opy/pgen2/token.pyc 13a968d216b624cf8dd44bdb33067177 ./opy/pytree.pyc 69810bdba9b0dae9388479c5c3d1a142 ./opy/skeleton.pyc e027920185bc803272db60aec6b4683c ./opy/tools/astgen.pyc 17b84fdc58d551cd92681cfd984267c8 ./opy/tools/compile.pyc 71f7ab17cc654dd280acbafadb4e4ce6 ./opy/tools/demo.pyc 8fee3d7f692c317e98430692912da422 ./opy/tools/regrtest.pyc 1ef5eaaf6271776332808801d12dabb0 ./opy/tools/stacktest.pyc 9e1392320776233998a6eeb5786a7a45 ./osh/arith_parse.pyc 8441dd2f1d452d0489dacded3ce6811e ./osh/arith_parse_test.pyc 7982db2f9bc63b1847696f0a79989143 ./osh/ast_gen.pyc bfc129ddf680139a0f700b675ed1a074 ./osh/ast_lib.pyc 973883dac567c8e2ebd942c7c343124d ./osh/bool_parse.pyc 6346f2017359c8111c0945bba3b9c9fa ./osh/bool_parse_test.pyc c02c37de77977d1fc0bc04b77b420e04 ./osh/cmd_parse.pyc 5b1ff262bedd37d78f53919620132582 ./osh/cmd_parse_test.pyc 56845f371ff605bd19f89046ed3795e2 ./osh/__init__.pyc 0660b3aecb6624a7f7a2e2eb9eee19bd ./osh/lex.pyc 4f6de413947d67b5bb31817c7d1621b6 ./osh/lex_test.pyc b9ded272536771585c222a3890aa61bc ./osh/match.pyc 5205715375c6fb36301a2c94001fdfd3 ./osh/meta.pyc 4191bb413c4b8abe4bc56eb6a861f718 ./osh/parse_lib.pyc 808dc73c2323083f369bfaedab679723 ./osh/word_parse.pyc 112898c9d3cbe208682683177ec2c9fe ./osh/word_parse_test.pyc fc0fa2bc672a16ded32160508be2c7f3 ./SIZES.txt dbb49ea37d30a26fe6e14878ab6ccbc1 ./spec/bin/argv.pyc c3be78b07ec834e59078b5d63ed58e4c ./spec/bin/printenv.pyc d56361974e8d5e1921e5145a0527e354 ./spec/bin/read_from_fd.pyc f497a0728dd5f16ebc25817b66908ee2 ./spec/bin/show_fd_table.pyc b0d236a49d0ac2ef6320bdb953b585ea ./spec/bin/stdout_stderr.pyc afd7d6ba4be39673f6e829bfc639a52d ./spec/coproc.pyc 26da249cc8b385bd0a26ea506bb7f6ef ./test/jsontemplate.pyc 37633a88fc39bcfd89c102908673a3b8 ./test/sh_spec.pyc f0b27d731eca5bddcc9f309c9302d39c ./test/sh_spec_test.pyc 5775fe46b308e68e31745509b376f09a ./test/wild_report.pyc 83b3d72dd35db56457cff4bc127a595d ./tools/csv_concat.pyc c761abc9eb57a049bb258f935d04f06e ./tools/deps.pyc 965febb382ca5f515567c40d9133f90a ./tools/__init__.pyc c9fb63c802fa490cb953e6f6ba77da05 ./tools/osh2oil.pyc 1699872f96e75bfe69145ac983b5e586 ./tools/osh2oil_test.pyc 4009381aa2d3290b1df0d455d8d33ef1 ./tools/readlink.pyc abe8519382017b7799260a35d5961746 ./web/table/csv2html.pyc ~/git/oilshell/oil/opy web/table/csv2html.py Compiled to 315 bytes of bytecode bin/__init__.py Compiled to 4 bytes of bytecode bin/oil.py Compiled to 933 bytes of bytecode bin/opy_.py Compiled to 302 bytes of bytecode oil/__init__.py Compiled to 4 bytes of bytecode asdl/visitor.py Compiled to 78 bytes of bytecode asdl/arith_ast_test.py Compiled to 259 bytes of bytecode asdl/format.py Compiled to 401 bytes of bytecode asdl/tdop.py Compiled to 258 bytes of bytecode asdl/const.py Compiled to 34 bytes of bytecode asdl/encode_test.py Compiled to 104 bytes of bytecode asdl/py_meta_test.py Compiled to 102 bytes of bytecode asdl/asdl_demo.py Compiled to 256 bytes of bytecode asdl/arith_parse_test.py Compiled to 248 bytes of bytecode asdl/pretty.py Compiled to 125 bytes of bytecode asdl/py_meta.py Compiled to 198 bytes of bytecode asdl/__init__.py Compiled to 4 bytes of bytecode asdl/gen_cpp.py Compiled to 335 bytes of bytecode asdl/arith_ast.py Compiled to 157 bytes of bytecode asdl/asdl_.py Compiled to 626 bytes of bytecode asdl/gen_python.py Compiled to 176 bytes of bytecode asdl/encode.py Compiled to 173 bytes of bytecode asdl/format_test.py Compiled to 116 bytes of bytecode asdl/arith_parse.py Compiled to 265 bytes of bytecode benchmarks/virtual_memory.py Compiled to 170 bytes of bytecode benchmarks/__init__.py Compiled to 4 bytes of bytecode benchmarks/fake_libc.py Compiled to 28 bytes of bytecode benchmarks/time.py Compiled to 125 bytes of bytecode benchmarks/pytrace.py Compiled to 191 bytes of bytecode build/app_deps.py Compiled to 239 bytes of bytecode build/app_deps_test.py Compiled to 110 bytes of bytecode build/c_module_srcs.py Compiled to 135 bytes of bytecode build/setup_fastlex.py Compiled to 99 bytes of bytecode build/setup.py Compiled to 90 bytes of bytecode build/make_zip.py Compiled to 137 bytes of bytecode build/quick_ref.py Compiled to 319 bytes of bytecode build/c_module_toc.py Compiled to 189 bytes of bytecode build/runpy_deps.py Compiled to 188 bytes of bytecode tools/csv_concat.py Compiled to 119 bytes of bytecode tools/deps.py Compiled to 234 bytes of bytecode tools/osh2oil_test.py Compiled to 154 bytes of bytecode tools/__init__.py Compiled to 4 bytes of bytecode tools/readlink.py Compiled to 92 bytes of bytecode tools/osh2oil.py Compiled to 277 bytes of bytecode __init__.py Compiled to 4 bytes of bytecode _devbuild/gen/types_asdl.py Compiled to 541 bytes of bytecode _devbuild/gen/osh_asdl.py Compiled to 2467 bytes of bytecode _devbuild/gen/osh_help.py Compiled to 874 bytes of bytecode _devbuild/gen/__init__.py Compiled to 4 bytes of bytecode _devbuild/gen/runtime_asdl.py Compiled to 1856 bytes of bytecode _devbuild/__init__.py Compiled to 4 bytes of bytecode osh/bool_parse_test.py Compiled to 184 bytes of bytecode osh/ast_lib.py Compiled to 132 bytes of bytecode osh/word_parse_test.py Compiled to 311 bytes of bytecode osh/cmd_parse.py Compiled to 221 bytes of bytecode osh/lex.py Compiled to 3097 bytes of bytecode osh/arith_parse_test.py Compiled to 217 bytes of bytecode osh/meta.py Compiled to 962 bytes of bytecode osh/__init__.py Compiled to 4 bytes of bytecode osh/lex_test.py Compiled to 342 bytes of bytecode osh/word_parse.py Compiled to 223 bytes of bytecode osh/bool_parse.py Compiled to 174 bytes of bytecode osh/match.py Compiled to 409 bytes of bytecode osh/parse_lib.py Compiled to 144 bytes of bytecode osh/ast_gen.py Compiled to 182 bytes of bytecode osh/cmd_parse_test.py Compiled to 514 bytes of bytecode osh/arith_parse.py Compiled to 186 bytes of bytecode burn.py Compiled to 213 bytes of bytecode native/fastlex_test.py Compiled to 153 bytes of bytecode native/libc_test.py Compiled to 84 bytes of bytecode core/lexer.py Compiled to 145 bytes of bytecode core/legacy_test.py Compiled to 97 bytes of bytecode core/completion_test.py Compiled to 512 bytes of bytecode core/args.py Compiled to 287 bytes of bytecode core/alloc.py Compiled to 113 bytes of bytecode core/reader.py Compiled to 150 bytes of bytecode core/test_lib.py Compiled to 124 bytes of bytecode core/glob_.py Compiled to 235 bytes of bytecode core/cmd_exec.py Compiled to 632 bytes of bytecode core/lexer_gen_test.py Compiled to 118 bytes of bytecode core/libstr.py Compiled to 235 bytes of bytecode core/tdop.py Compiled to 325 bytes of bytecode core/cmd_exec_test.py Compiled to 315 bytes of bytecode core/alloc_test.py Compiled to 88 bytes of bytecode core/legacy.py Compiled to 766 bytes of bytecode core/word.py Compiled to 302 bytes of bytecode core/word_test.py Compiled to 102 bytes of bytecode core/word_compile.py Compiled to 224 bytes of bytecode core/word_eval.py Compiled to 380 bytes of bytecode core/id_kind_test.py Compiled to 191 bytes of bytecode core/builtin.py Compiled to 1773 bytes of bytecode core/id_kind_gen.py Compiled to 212 bytes of bytecode core/braces.py Compiled to 270 bytes of bytecode core/word_compile_test.py Compiled to 72 bytes of bytecode core/lexer_test.py Compiled to 120 bytes of bytecode core/process_test.py Compiled to 253 bytes of bytecode core/args_test.py Compiled to 88 bytes of bytecode core/__init__.py Compiled to 4 bytes of bytecode core/word_eval_test.py Compiled to 102 bytes of bytecode core/id_kind.py Compiled to 150 bytes of bytecode core/state.py Compiled to 538 bytes of bytecode core/libstr_test.py Compiled to 102 bytes of bytecode core/braces_test.py Compiled to 175 bytes of bytecode core/lexer_gen.py Compiled to 407 bytes of bytecode core/process.py Compiled to 473 bytes of bytecode core/test_builtin.py Compiled to 337 bytes of bytecode core/completion.py Compiled to 878 bytes of bytecode core/ui.py Compiled to 191 bytes of bytecode core/reader_test.py Compiled to 132 bytes of bytecode core/builtin_test.py Compiled to 118 bytes of bytecode core/expr_eval.py Compiled to 394 bytes of bytecode core/glob_test.py Compiled to 164 bytes of bytecode core/state_test.py Compiled to 172 bytes of bytecode core/util_test.py Compiled to 110 bytes of bytecode core/util.py Compiled to 423 bytes of bytecode spec/bin/argv.py Compiled to 49 bytes of bytecode spec/bin/printenv.py Compiled to 90 bytes of bytecode spec/bin/show_fd_table.py Compiled to 145 bytes of bytecode spec/bin/stdout_stderr.py Compiled to 73 bytes of bytecode spec/bin/read_from_fd.py Compiled to 85 bytes of bytecode spec/coproc.py Compiled to 119 bytes of bytecode opy/gold/class_vs_closure.py Compiled to 166 bytes of bytecode opy/gold/fib_iterative.py Compiled to 157 bytes of bytecode opy/gold/hello_py3.py Compiled to 14 bytes of bytecode opy/gold/generator_exception.py Compiled to 188 bytes of bytecode opy/gold/genexpr_simple.py Compiled to 52 bytes of bytecode opy/gold/fib_recursive.py Compiled to 156 bytes of bytecode opy/gold/regex_compile.py Compiled to 58 bytes of bytecode opy/gold/repr_method.py Compiled to 64 bytes of bytecode opy/gold/hello_py2.py Compiled to 51 bytes of bytecode opy/gold/genexpr.py Compiled to 116 bytes of bytecode opy/compiler2/visitor.py Compiled to 48 bytes of bytecode opy/compiler2/ovm_codegen.py Compiled to 190 bytes of bytecode opy/compiler2/symbols.py Compiled to 334 bytes of bytecode opy/compiler2/symbols_test.py Compiled to 641 bytes of bytecode opy/compiler2/ast.py Compiled to 1850 bytes of bytecode opy/compiler2/pyassem.py Compiled to 410 bytes of bytecode opy/compiler2/__init__.py Compiled to 4 bytes of bytecode opy/compiler2/dis_tool.py Compiled to 234 bytes of bytecode opy/compiler2/transformer.py Compiled to 320 bytes of bytecode opy/compiler2/misc.py Compiled to 58 bytes of bytecode opy/compiler2/future.py Compiled to 95 bytes of bytecode opy/compiler2/syntax.py Compiled to 48 bytes of bytecode opy/compiler2/consts.py Compiled to 124 bytes of bytecode opy/compiler2/pyassem_test.py Compiled to 86 bytes of bytecode opy/compiler2/pycodegen.py Compiled to 807 bytes of bytecode opy/misc/ccompile.py Compiled to 71 bytes of bytecode opy/misc/py_ast.py Compiled to 254 bytes of bytecode opy/misc/determinism.py Compiled to 135 bytes of bytecode opy/misc/__init__.py Compiled to 4 bytes of bytecode opy/misc/pgen_ast.py Compiled to 159 bytes of bytecode opy/misc/stdlib_compile.py Compiled to 139 bytes of bytecode opy/callgraph_test.py Compiled to 139 bytes of bytecode opy/byterun/ovm.py Compiled to 521 bytes of bytecode opy/byterun/execfile.py Compiled to 83 bytes of bytecode opy/byterun/test_with.py Compiled to 96 bytes of bytecode opy/byterun/test_basic.py Compiled to 219 bytes of bytecode opy/byterun/vmtest.py Compiled to 169 bytes of bytecode opy/byterun/test_functions.py Compiled to 169 bytes of bytecode opy/byterun/__init__.py Compiled to 4 bytes of bytecode opy/byterun/test_exceptions.py Compiled to 135 bytes of bytecode opy/byterun/pyvm2.py Compiled to 304 bytes of bytecode opy/byterun/pyobj.py Compiled to 240 bytes of bytecode opy/byterun/pyvm2_test.py Compiled to 105 bytes of bytecode opy/opy_main.py Compiled to 412 bytes of bytecode opy/pgen2/pgen.py Compiled to 166 bytes of bytecode opy/pgen2/driver.py Compiled to 100 bytes of bytecode opy/pgen2/grammar.py Compiled to 174 bytes of bytecode opy/pgen2/token.py Compiled to 484 bytes of bytecode opy/pgen2/__init__.py Compiled to 10 bytes of bytecode opy/pgen2/tokenize.py Compiled to 1539 bytes of bytecode opy/pgen2/parse.py Compiled to 70 bytes of bytecode opy/tools/demo.py Compiled to 94 bytes of bytecode opy/tools/stacktest.py Compiled to 111 bytes of bytecode opy/tools/compile.py Compiled to 93 bytes of bytecode opy/tools/regrtest.py Compiled to 164 bytes of bytecode opy/tools/astgen.py Compiled to 417 bytes of bytecode opy/__init__.py Compiled to 4 bytes of bytecode opy/callgraph.py Compiled to 264 bytes of bytecode opy/pytree.py Compiled to 269 bytes of bytecode opy/lib/opcode.py Compiled to 1909 bytes of bytecode opy/lib/opcode_gen.py Compiled to 160 bytes of bytecode opy/lib/dis.py Compiled to 252 bytes of bytecode opy/lib/__init__.py Compiled to 4 bytes of bytecode opy/lib/inspect.py Compiled to 1007 bytes of bytecode opy/skeleton.py Compiled to 213 bytes of bytecode devtools/completion.py Compiled to 256 bytes of bytecode test/sh_spec_test.py Compiled to 220 bytes of bytecode test/sh_spec.py Compiled to 978 bytes of bytecode test/jsontemplate.py Compiled to 1500 bytes of bytecode test/wild_report.py Compiled to 365 bytes of bytecode _tmp/repo-with-opy/ ├── asdl │   ├── arith_ast.pyc │   ├── arith_ast_test.pyc │   ├── arith_parse.pyc │   ├── arith_parse_test.pyc │   ├── asdl_demo.pyc │   ├── asdl_.pyc │   ├── const.pyc │   ├── encode.pyc │   ├── encode_test.pyc │   ├── format.pyc │   ├── format_test.pyc │   ├── gen_cpp.pyc │   ├── gen_python.pyc │   ├── __init__.pyc │   ├── pretty.pyc │   ├── py_meta.pyc │   ├── py_meta_test.pyc │   ├── tdop.pyc │   └── visitor.pyc ├── benchmarks │   ├── fake_libc.pyc │   ├── __init__.pyc │   ├── pytrace.pyc │   ├── time.pyc │   └── virtual_memory.pyc ├── bin │   ├── __init__.pyc │   ├── oil.pyc │   └── opy_.pyc ├── build │   ├── app_deps.pyc │   ├── app_deps_test.pyc │   ├── c_module_srcs.pyc │   ├── c_module_toc.pyc │   ├── make_zip.pyc │   ├── quick_ref.pyc │   ├── runpy_deps.pyc │   ├── setup_fastlex.pyc │   └── setup.pyc ├── burn.pyc ├── core │   ├── alloc.pyc │   ├── alloc_test.pyc │   ├── args.pyc │   ├── args_test.pyc │   ├── braces.pyc │   ├── braces_test.pyc │   ├── builtin.pyc │   ├── builtin_test.pyc │   ├── cmd_exec.pyc │   ├── cmd_exec_test.pyc │   ├── completion.pyc │   ├── completion_test.pyc │   ├── expr_eval.pyc │   ├── glob_.pyc │   ├── glob_test.pyc │   ├── id_kind_gen.pyc │   ├── id_kind.pyc │   ├── id_kind_test.pyc │   ├── __init__.pyc │   ├── legacy.pyc │   ├── legacy_test.pyc │   ├── lexer_gen.pyc │   ├── lexer_gen_test.pyc │   ├── lexer.pyc │   ├── lexer_test.pyc │   ├── libstr.pyc │   ├── libstr_test.pyc │   ├── process.pyc │   ├── process_test.pyc │   ├── reader.pyc │   ├── reader_test.pyc │   ├── state.pyc │   ├── state_test.pyc │   ├── tdop.pyc │   ├── test_builtin.pyc │   ├── test_lib.pyc │   ├── ui.pyc │   ├── util.pyc │   ├── util_test.pyc │   ├── word_compile.pyc │   ├── word_compile_test.pyc │   ├── word_eval.pyc │   ├── word_eval_test.pyc │   ├── word.pyc │   └── word_test.pyc ├── _devbuild │   ├── gen │   │   ├── __init__.pyc │   │   ├── osh_asdl.pyc │   │   ├── osh_help.pyc │   │   ├── runtime_asdl.pyc │   │   └── types_asdl.pyc │   └── __init__.pyc ├── devtools │   └── completion.pyc ├── __init__.pyc ├── native │   ├── fastlex_test.pyc │   └── libc_test.pyc ├── oil │   └── __init__.pyc ├── opy │   ├── byterun │   │   ├── execfile.pyc │   │   ├── __init__.pyc │   │   ├── ovm.pyc │   │   ├── pyobj.pyc │   │   ├── pyvm2.pyc │   │   ├── pyvm2_test.pyc │   │   ├── test_basic.pyc │   │   ├── test_exceptions.pyc │   │   ├── test_functions.pyc │   │   ├── test_with.pyc │   │   └── vmtest.pyc │   ├── callgraph.pyc │   ├── callgraph_test.pyc │   ├── compiler2 │   │   ├── ast.pyc │   │   ├── consts.pyc │   │   ├── dis_tool.pyc │   │   ├── future.pyc │   │   ├── __init__.pyc │   │   ├── misc.pyc │   │   ├── ovm_codegen.pyc │   │   ├── pyassem.pyc │   │   ├── pyassem_test.pyc │   │   ├── pycodegen.pyc │   │   ├── symbols.pyc │   │   ├── symbols_test.pyc │   │   ├── syntax.pyc │   │   ├── transformer.pyc │   │   └── visitor.pyc │   ├── gold │   │   ├── class_vs_closure.pyc │   │   ├── fib_iterative.pyc │   │   ├── fib_recursive.pyc │   │   ├── generator_exception.pyc │   │   ├── genexpr.pyc │   │   ├── genexpr_simple.pyc │   │   ├── hello_py2.pyc │   │   ├── hello_py3.pyc │   │   ├── regex_compile.pyc │   │   └── repr_method.pyc │   ├── __init__.pyc │   ├── lib │   │   ├── dis.pyc │   │   ├── __init__.pyc │   │   ├── inspect.pyc │   │   ├── opcode_gen.pyc │   │   └── opcode.pyc │   ├── misc │   │   ├── ccompile.pyc │   │   ├── determinism.pyc │   │   ├── __init__.pyc │   │   ├── pgen_ast.pyc │   │   ├── py_ast.pyc │   │   └── stdlib_compile.pyc │   ├── opy_main.pyc │   ├── pgen2 │   │   ├── driver.pyc │   │   ├── grammar.pyc │   │   ├── __init__.pyc │   │   ├── parse.pyc │   │   ├── pgen.pyc │   │   ├── tokenize.pyc │   │   └── token.pyc │   ├── pytree.pyc │   ├── skeleton.pyc │   └── tools │   ├── astgen.pyc │   ├── compile.pyc │   ├── demo.pyc │   ├── regrtest.pyc │   └── stacktest.pyc ├── osh │   ├── arith_parse.pyc │   ├── arith_parse_test.pyc │   ├── ast_gen.pyc │   ├── ast_lib.pyc │   ├── bool_parse.pyc │   ├── bool_parse_test.pyc │   ├── cmd_parse.pyc │   ├── cmd_parse_test.pyc │   ├── __init__.pyc │   ├── lex.pyc │   ├── lex_test.pyc │   ├── match.pyc │   ├── meta.pyc │   ├── parse_lib.pyc │   ├── word_parse.pyc │   └── word_parse_test.pyc ├── spec │   ├── bin │   │   ├── argv.pyc │   │   ├── printenv.pyc │   │   ├── read_from_fd.pyc │   │   ├── show_fd_table.pyc │   │   └── stdout_stderr.pyc │   └── coproc.pyc ├── test │   ├── jsontemplate.pyc │   ├── sh_spec.pyc │   ├── sh_spec_test.pyc │   └── wild_report.pyc ├── tools │   ├── csv_concat.pyc │   ├── deps.pyc │   ├── __init__.pyc │   ├── osh2oil.pyc │   ├── osh2oil_test.pyc │   └── readlink.pyc └── web └── table └── csv2html.pyc 25 directories, 191 files ~/git/oilshell/oil/opy/_tmp/repo-with-opy ~/git/oilshell/oil/opy 678 ./asdl/arith_ast.pyc 5701 ./asdl/arith_ast_test.pyc 8494 ./asdl/arith_parse.pyc 8171 ./asdl/arith_parse_test.pyc 2527 ./asdl/asdl_demo.pyc 26401 ./asdl/asdl_.pyc 254 ./asdl/const.pyc 9347 ./asdl/encode.pyc 1250 ./asdl/encode_test.pyc 18107 ./asdl/format.pyc 1729 ./asdl/format_test.pyc 13839 ./asdl/gen_cpp.pyc 5040 ./asdl/gen_python.pyc 131 ./asdl/__init__.pyc 1230 ./asdl/pretty.pyc 9489 ./asdl/py_meta.pyc 827 ./asdl/py_meta_test.pyc 9811 ./asdl/tdop.pyc 4813 ./asdl/visitor.pyc 562 ./benchmarks/fake_libc.pyc 137 ./benchmarks/__init__.pyc 2990 ./benchmarks/pytrace.pyc 2500 ./benchmarks/time.pyc 2885 ./benchmarks/virtual_memory.pyc 130 ./bin/__init__.pyc 16439 ./bin/oil.pyc 2813 ./bin/opy_.pyc 4406 ./build/app_deps.pyc 1148 ./build/app_deps_test.pyc 1969 ./build/c_module_srcs.pyc 1254 ./build/c_module_toc.pyc 1363 ./build/make_zip.pyc 7225 ./build/quick_ref.pyc 2800 ./build/runpy_deps.pyc 537 ./build/setup_fastlex.pyc 492 ./build/setup.pyc 684 ./burn.pyc 7650 ./core/alloc.pyc 1990 ./core/alloc_test.pyc 16089 ./core/args.pyc 5163 ./core/args_test.pyc 7466 ./core/braces.pyc 4222 ./core/braces_test.pyc 32073 ./core/builtin.pyc 1493 ./core/builtin_test.pyc 39330 ./core/cmd_exec.pyc 5263 ./core/cmd_exec_test.pyc 24037 ./core/completion.pyc 9317 ./core/completion_test.pyc 16360 ./core/expr_eval.pyc 8898 ./core/glob_.pyc 5087 ./core/glob_test.pyc 4849 ./core/id_kind_gen.pyc 11462 ./core/id_kind.pyc 4713 ./core/id_kind_test.pyc 131 ./core/__init__.pyc 10140 ./core/legacy.pyc 4661 ./core/legacy_test.pyc 10681 ./core/lexer_gen.pyc 1667 ./core/lexer_gen_test.pyc 7635 ./core/lexer.pyc 1933 ./core/lexer_test.pyc 8119 ./core/libstr.pyc 2463 ./core/libstr_test.pyc 24461 ./core/process.pyc 4731 ./core/process_test.pyc 4430 ./core/reader.pyc 2273 ./core/reader_test.pyc 25863 ./core/state.pyc 8044 ./core/state_test.pyc 13982 ./core/tdop.pyc 6325 ./core/test_builtin.pyc 3052 ./core/test_lib.pyc 5478 ./core/ui.pyc 10444 ./core/util.pyc 1929 ./core/util_test.pyc 2796 ./core/word_compile.pyc 551 ./core/word_compile_test.pyc 26581 ./core/word_eval.pyc 845 ./core/word_eval_test.pyc 14873 ./core/word.pyc 806 ./core/word_test.pyc 140 ./_devbuild/gen/__init__.pyc 49719 ./_devbuild/gen/osh_asdl.pyc 3134 ./_devbuild/gen/osh_help.pyc 14061 ./_devbuild/gen/runtime_asdl.pyc 2129 ./_devbuild/gen/types_asdl.pyc 136 ./_devbuild/__init__.pyc 2726 ./devtools/completion.pyc 126 ./__init__.pyc 3208 ./native/fastlex_test.pyc 3178 ./native/libc_test.pyc 130 ./oil/__init__.pyc 1290 ./opy/byterun/execfile.pyc 138 ./opy/byterun/__init__.pyc 16946 ./opy/byterun/ovm.pyc 15393 ./opy/byterun/pyobj.pyc 38574 ./opy/byterun/pyvm2.pyc 1291 ./opy/byterun/pyvm2_test.pyc 24572 ./opy/byterun/test_basic.pyc 6880 ./opy/byterun/test_exceptions.pyc 14690 ./opy/byterun/test_functions.pyc 12707 ./opy/byterun/test_with.pyc 3213 ./opy/byterun/vmtest.pyc 12302 ./opy/callgraph.pyc 1126 ./opy/callgraph_test.pyc 87319 ./opy/compiler2/ast.pyc 849 ./opy/compiler2/consts.pyc 9829 ./opy/compiler2/dis_tool.pyc 3039 ./opy/compiler2/future.pyc 140 ./opy/compiler2/__init__.pyc 1230 ./opy/compiler2/misc.pyc 12723 ./opy/compiler2/ovm_codegen.pyc 29388 ./opy/compiler2/pyassem.pyc 1075 ./opy/compiler2/pyassem_test.pyc 58193 ./opy/compiler2/pycodegen.pyc 20455 ./opy/compiler2/symbols.pyc 2165 ./opy/compiler2/symbols_test.pyc 2074 ./opy/compiler2/syntax.pyc 55758 ./opy/compiler2/transformer.pyc 3810 ./opy/compiler2/visitor.pyc 2631 ./opy/gold/class_vs_closure.pyc 523 ./opy/gold/fib_iterative.pyc 1351 ./opy/gold/fib_recursive.pyc 2689 ./opy/gold/generator_exception.pyc 919 ./opy/gold/genexpr.pyc 709 ./opy/gold/genexpr_simple.pyc 320 ./opy/gold/hello_py2.pyc 182 ./opy/gold/hello_py3.pyc 381 ./opy/gold/regex_compile.pyc 872 ./opy/gold/repr_method.pyc 130 ./opy/__init__.pyc 7762 ./opy/lib/dis.pyc 134 ./opy/lib/__init__.pyc 45633 ./opy/lib/inspect.pyc 1618 ./opy/lib/opcode_gen.pyc 6354 ./opy/lib/opcode.pyc 686 ./opy/misc/ccompile.pyc 1104 ./opy/misc/determinism.pyc 135 ./opy/misc/__init__.pyc 1127 ./opy/misc/pgen_ast.pyc 2208 ./opy/misc/py_ast.pyc 1706 ./opy/misc/stdlib_compile.pyc 10443 ./opy/opy_main.pyc 2309 ./opy/pgen2/driver.pyc 8006 ./opy/pgen2/grammar.pyc 182 ./opy/pgen2/__init__.pyc 7990 ./opy/pgen2/parse.pyc 14678 ./opy/pgen2/pgen.pyc 19541 ./opy/pgen2/tokenize.pyc 2806 ./opy/pgen2/token.pyc 32601 ./opy/pytree.pyc 4135 ./opy/skeleton.pyc 12848 ./opy/tools/astgen.pyc 1600 ./opy/tools/compile.pyc 1830 ./opy/tools/demo.pyc 3461 ./opy/tools/regrtest.pyc 1941 ./opy/tools/stacktest.pyc 7892 ./osh/arith_parse.pyc 4327 ./osh/arith_parse_test.pyc 1236 ./osh/ast_gen.pyc 3290 ./osh/ast_lib.pyc 8565 ./osh/bool_parse.pyc 4745 ./osh/bool_parse_test.pyc 42467 ./osh/cmd_parse.pyc 43078 ./osh/cmd_parse_test.pyc 130 ./osh/__init__.pyc 12104 ./osh/lex.pyc 10246 ./osh/lex_test.pyc 5650 ./osh/match.pyc 4518 ./osh/meta.pyc 3259 ./osh/parse_lib.pyc 32801 ./osh/word_parse.pyc 16383 ./osh/word_parse_test.pyc 4096 ./SIZES.txt 286 ./spec/bin/argv.pyc 393 ./spec/bin/printenv.pyc 1026 ./spec/bin/read_from_fd.pyc 1071 ./spec/bin/show_fd_table.pyc 759 ./spec/bin/stdout_stderr.pyc 1328 ./spec/coproc.pyc 64939 ./test/jsontemplate.pyc 29537 ./test/sh_spec.pyc 3638 ./test/sh_spec_test.pyc 15948 ./test/wild_report.pyc 1147 ./tools/csv_concat.pyc 4599 ./tools/deps.pyc 132 ./tools/__init__.pyc 22049 ./tools/osh2oil.pyc 2308 ./tools/osh2oil_test.pyc 989 ./tools/readlink.pyc 12511 ./web/table/csv2html.pyc 37e10a88bfd7cb9fa32849dbae273e16 ./asdl/arith_ast.pyc 14a55317808a50cfefb3005db350fad2 ./asdl/arith_ast_test.pyc 800af93602715af9bdd39f7284ad2726 ./asdl/arith_parse.pyc ee0ce8adc4b820372336c458c8f08454 ./asdl/arith_parse_test.pyc ae9695e1612675ab318bbe42d3e2e083 ./asdl/asdl_demo.pyc 3dbaebf38ba9832ea05affc6cac98fbb ./asdl/asdl_.pyc d70fe7d315026539a9de80e02b9af174 ./asdl/const.pyc c828fcfe1abd019e865ef77a050802d0 ./asdl/encode.pyc 571d2bbd17b2fe2c7da2a3ab89376eee ./asdl/encode_test.pyc e4540905a4f3c4994be3fb9f795fd9ea ./asdl/format.pyc 57723d830e0e7976ff4bc3a5115eac52 ./asdl/format_test.pyc 8f0bf2e69fa89beb6c072c422cbebe2c ./asdl/gen_cpp.pyc ed98e0699ba2afe390d71f4b8708272e ./asdl/gen_python.pyc 0c4b969e9edd89ae2d5c52bc7669cbab ./asdl/__init__.pyc ba99a306f2f105cfb74fca5abb8e2b60 ./asdl/pretty.pyc c6ac4ffc6176c21f6f3bf810011400b4 ./asdl/py_meta.pyc df0459b5a3e11a9a6737c918c0aeac9c ./asdl/py_meta_test.pyc 7f4410cfcf01ec83814f409304c2e74f ./asdl/tdop.pyc 6cbfa0577cb55a530bfe06c7d80cc4ee ./asdl/visitor.pyc 01193cd1afae24efe8043be1a8b44c8a ./benchmarks/fake_libc.pyc 43f9c46f72b97d7e324b901dfcdb5da5 ./benchmarks/__init__.pyc 82b6bdc2f7c9fb24ce107b6145b61309 ./benchmarks/pytrace.pyc c984f0ff7b201bd3ec4619e03723f782 ./benchmarks/time.pyc f977f37816e93c5b1bac54930b32a8b2 ./benchmarks/virtual_memory.pyc 72fb604cb9e1ea725831a2532d07d38d ./bin/__init__.pyc 630eb272af7d4cbb7645ff20f55c76b2 ./bin/oil.pyc f80808c5a30a2d70897daba035ca370d ./bin/opy_.pyc 6312d19701abd8257e22cbef3fa7bc4b ./build/app_deps.pyc 4f56be858bc44ea5e395c1b175b7e554 ./build/app_deps_test.pyc 655f6a7b323d1d12355f45febd78a92c ./build/c_module_srcs.pyc 1bc6153fe70cf88b7e9eb5ba173ba126 ./build/c_module_toc.pyc 6e08079bf38336b93693a1cf25848ba2 ./build/make_zip.pyc 96ca23dd2b81c7bd2bdf2a270b1f04c0 ./build/quick_ref.pyc 880224efb6977e34feeb666fa2f44192 ./build/runpy_deps.pyc f0ffaeb0746954b001c78f5f9bf0021c ./build/setup_fastlex.pyc 2ec87c6b534822bd1181940629a83520 ./build/setup.pyc 7994a10d86226d1fca9151848388eefb ./burn.pyc 229b64df8688d35458bfc6ee4f0b3eab ./core/alloc.pyc 06841579cc318816c951bf1aba6e2062 ./core/alloc_test.pyc f914a220cbbdcaca47a9c9355ae6afc5 ./core/args.pyc 3e91745bc938b71290cb53d6ea38baf9 ./core/args_test.pyc 5d2c4b3eddca94ad7560dfda87ac81b5 ./core/braces.pyc 52ed86edeccdaa9a90ee8822496fc2ed ./core/braces_test.pyc 5fe52cd64da3747d838b933eff5214d5 ./core/builtin.pyc 5491c6eb585221cf3f81dc01d4a11698 ./core/builtin_test.pyc 732b37df7a324d214ca2ecd1d164e614 ./core/cmd_exec.pyc f1e37f07ba73846e68bce0e6572fcd68 ./core/cmd_exec_test.pyc 2a0b4f543ddf298b688c4be5a280dea2 ./core/completion.pyc 7fa6d35a4ac83fbf1630d29fc121166f ./core/completion_test.pyc d1166efdcd56bfd564f2f347df7cae71 ./core/expr_eval.pyc 451c374d2067fc24fd774c662f45a8f4 ./core/glob_.pyc 4fc53a67086f5ef53afe4bf61d2cf3e4 ./core/glob_test.pyc 18a6a94b4fdfe6a22c824180b8eeeec9 ./core/id_kind_gen.pyc 20987d1023b2fb9b3a05d71a316ed85b ./core/id_kind.pyc 4b78ce2b8cf400fe2a68b91092b1aacd ./core/id_kind_test.pyc 65478aaf07c06eeb36f8bd94a15cffe1 ./core/__init__.pyc c26e80c202a14129bf978b192085e3d2 ./core/legacy.pyc 454930858b9703c81226861c80b7fded ./core/legacy_test.pyc 8a1e6714d65f894ccbd013516e815f7b ./core/lexer_gen.pyc de2f70f9929480e8b9feaff4b922c9f7 ./core/lexer_gen_test.pyc b0b884192556574b40fa9ea383c71e1e ./core/lexer.pyc da66ce16f3a0c19ccea600e5d770dae4 ./core/lexer_test.pyc 1810b6883795652c5c3a5aca38363b05 ./core/libstr.pyc 3b2181c10a8992ad172562fadaa8b775 ./core/libstr_test.pyc d47045056fc0dc7fe1b610c0581e1363 ./core/process.pyc 069baae5b5c5dc48221bb98ff0e80e28 ./core/process_test.pyc 1548313b548817818b14a61bf43ab193 ./core/reader.pyc 34d80c4b4dfd18b9c4cce5640e600dd9 ./core/reader_test.pyc abcef59e1ab1879732932fcffcc1867f ./core/state.pyc 485ee29555e7d408683f2f01c7f567f5 ./core/state_test.pyc 79de53ac94631f7eef5d9851431d6e3c ./core/tdop.pyc 9b01a4ceb47dbeb9ede6b24ed0c93972 ./core/test_builtin.pyc 38912e10ad05e6fec7c5dd6d4fac1d1d ./core/test_lib.pyc 88e59a0c3f040406d00c199508dd27cc ./core/ui.pyc 72140dbb162d017f593e169d1bffe88f ./core/util.pyc e21dd033fb4744109ee00f836b5a39dd ./core/util_test.pyc 7d0371569794b58c946ec9f7318afb2a ./core/word_compile.pyc ca4a1d643be0a0dd627e3382198e6a51 ./core/word_compile_test.pyc 0c401f3e21a1c91f0ce3626d1f43d2be ./core/word_eval.pyc ec67528d344935d6f95731a6a39e725b ./core/word_eval_test.pyc 0b99ff1bbfc496e5b2fa76e51fb296a8 ./core/word.pyc 9c4564bade417fbcefed69d5d62507e6 ./core/word_test.pyc dc9b690de2287579ec205f729d983dd8 ./_devbuild/gen/__init__.pyc 904ed0a5023be11b918ea8eb19943eda ./_devbuild/gen/osh_asdl.pyc f42569a4b6ab3c760b5bb7300b4783b8 ./_devbuild/gen/osh_help.pyc b4244e0cebbb0df148ec1bc925ea3edc ./_devbuild/gen/runtime_asdl.pyc fb50d90ba3f30aac49365efb4d39651c ./_devbuild/gen/types_asdl.pyc 564d623e3e301153ad32c57894d17881 ./_devbuild/__init__.pyc dea2cfd279385567d74c1e2b719fc62e ./devtools/completion.pyc e8dd80ea7eebcb4798c1d3ee54ab3c8f ./__init__.pyc db564fcefb955128745d898ee50e0363 ./MD5.txt ad31c88fe812901f1c1444d3a1df1621 ./native/fastlex_test.pyc 133ff3dd054af3f556c2ddadc88366e3 ./native/libc_test.pyc 51fdcd1c28aca83b75b3b53181d493a0 ./oil/__init__.pyc 7e06214d6bd044baa839d3d276ffe371 ./opy/byterun/execfile.pyc c1cc10a5e4b366b651f1a3dc788ed8b3 ./opy/byterun/__init__.pyc 921dd5515c88ad3d52f6ca68b9ded241 ./opy/byterun/ovm.pyc 1a5b8d7c1a9d319c9b89dcc9c8ededf9 ./opy/byterun/pyobj.pyc 71d701244d86523721d9ef141d3b3685 ./opy/byterun/pyvm2.pyc beee48166d6357323303c7f01662dd97 ./opy/byterun/pyvm2_test.pyc 08467763385088132dfdcbf7d841a6d8 ./opy/byterun/test_basic.pyc dbb45ec24aea45ee20cda1f6c9b28d6f ./opy/byterun/test_exceptions.pyc f442a0d0ead6cc68e655b919dd198434 ./opy/byterun/test_functions.pyc 057d0cd800bea0de64d8af79419cfbfc ./opy/byterun/test_with.pyc 5e06528e78e14c05ebbf28734fd910b5 ./opy/byterun/vmtest.pyc 185dfb249d72050c5d18605fbb671e4d ./opy/callgraph.pyc 68bd477a3fceb526c25c0b43dddb834b ./opy/callgraph_test.pyc 8bf58c1ecfc710d28edfb9739ee86ac9 ./opy/compiler2/ast.pyc dcd8624eaed2768e651afcd4c7856413 ./opy/compiler2/consts.pyc 5a7c5b55212866e8d8ad9c3246d446d4 ./opy/compiler2/dis_tool.pyc a850f853a79567a31f8702e2f0d50ec5 ./opy/compiler2/future.pyc fa63d19cc4c0fafa961f6fa825faea2d ./opy/compiler2/__init__.pyc d37fb4fff3341115ffaf4308be2400d9 ./opy/compiler2/misc.pyc 77e8d40f7e58a769642b4e5747479bfa ./opy/compiler2/ovm_codegen.pyc 8392019255a03771eaafc13861223e13 ./opy/compiler2/pyassem.pyc b7275454d23962a819ffd3b7a2be93ba ./opy/compiler2/pyassem_test.pyc 486b1cd136a57128d9d184d1dd0f1886 ./opy/compiler2/pycodegen.pyc 0d99e324e84c9281b4b7d7671dbc3acf ./opy/compiler2/symbols.pyc 1b9f037b0bdcd10c61463d9c894de735 ./opy/compiler2/symbols_test.pyc d3bafcb548c97db98235ca0ee1a17773 ./opy/compiler2/syntax.pyc b2370d64ac8cd8253d047012e5611c27 ./opy/compiler2/transformer.pyc 3ae47596c52a343f052872b9f81622fd ./opy/compiler2/visitor.pyc e68afcbc9932421b2530526c9da96712 ./opy/gold/class_vs_closure.pyc 069514e8f939e95b895fb4cde8bcf561 ./opy/gold/fib_iterative.pyc c8972c85951038a54eeb928d81d266f1 ./opy/gold/fib_recursive.pyc d71e4654b8d3b4d7778d2d40896d8653 ./opy/gold/generator_exception.pyc 661de7c422d872800419332314d01191 ./opy/gold/genexpr.pyc 552c7279c7d4f8155a40804504683bab ./opy/gold/genexpr_simple.pyc 972b49951368c238de9de2a458fca963 ./opy/gold/hello_py2.pyc 74c15b208b83a374b2eb386432328fbd ./opy/gold/hello_py3.pyc ab02e656c1759e366e8f4940aee8c9ac ./opy/gold/regex_compile.pyc 6e8d6ec35afec5df67b3a7c8ae492b8f ./opy/gold/repr_method.pyc 4914e4f2917686447ec606fb737f1d6c ./opy/__init__.pyc b0800843dc2c568f6514dd87b22bf9a7 ./opy/lib/dis.pyc 03b6c2359d4c7fc516e18ba646ddcb39 ./opy/lib/__init__.pyc dc8e98159501fefda975f801fdad86bb ./opy/lib/inspect.pyc ad0c8b5ae3e08dbb6a7579e5ed3b81d9 ./opy/lib/opcode_gen.pyc 8e869bf83f0ff47a6645b3b57d43ad4a ./opy/lib/opcode.pyc 80e445b17fbadade686b224a4c3bc229 ./opy/misc/ccompile.pyc db279afed0892dbfb8aa1d217902fdde ./opy/misc/determinism.pyc 3fafcf3407a86a243bd0706230e8dc6c ./opy/misc/__init__.pyc 4969c69b220bfe60dfeab17587a59798 ./opy/misc/pgen_ast.pyc b1ef8d87f111e79819c36c1e70ff669a ./opy/misc/py_ast.pyc 4a32eb559e35885eaf31b6affa54c541 ./opy/misc/stdlib_compile.pyc a3ed49ee561c17cfd9d4e279094463d9 ./opy/opy_main.pyc 324ddfb7ee6c648b1e0615ffa528485c ./opy/pgen2/driver.pyc 2fa9194dbe19e90439789bfb605b22b6 ./opy/pgen2/grammar.pyc abd0fd197104f2318480896af81d44a8 ./opy/pgen2/__init__.pyc 3655a66dc8ee7af61a3dcfcbe656c9ba ./opy/pgen2/parse.pyc 32e20fe75195baa33dc87723eb4904ce ./opy/pgen2/pgen.pyc a0b4dae919f5ece682f490e049de1b57 ./opy/pgen2/tokenize.pyc 3899c63a14681918fb29144064ebe0c1 ./opy/pgen2/token.pyc 8c3b279046a033275a6c241f202defe7 ./opy/pytree.pyc 1a2fe0c67cac2b7c4fdb94fc1f10632f ./opy/skeleton.pyc e7d5f6df5b0f04718d9a70852c875f32 ./opy/tools/astgen.pyc ffe4726124e8c24f9f8352b8b1bfd4af ./opy/tools/compile.pyc dc97768b4665b0cdc70f32743f46c341 ./opy/tools/demo.pyc 632faf495f8564e9ae29cf017bc8df89 ./opy/tools/regrtest.pyc 02577d3380e116ed854dae19ff3676c2 ./opy/tools/stacktest.pyc 0a3f0607b96a01042ad9ea93647539a2 ./osh/arith_parse.pyc 58b4fd2ded7018103d6665c36e230d4e ./osh/arith_parse_test.pyc 2d1c011406011c4e7493c6ac65f4fbe7 ./osh/ast_gen.pyc 3b76e52eb4ca9e18a55c626551afd0c8 ./osh/ast_lib.pyc 8638c991558ce446eae85f3e8da24d4a ./osh/bool_parse.pyc 97cef1c2c2473a0f8ff239ec20e63098 ./osh/bool_parse_test.pyc a159c1ccd84078528e01f4c678f6d227 ./osh/cmd_parse.pyc 795af386aaf8026aafd4cdc0d9bb6b74 ./osh/cmd_parse_test.pyc da613ca6289716c3d28e1e8040c14862 ./osh/__init__.pyc 86d260c67116b1f50061c5ad20df5b77 ./osh/lex.pyc e3477ad4e8cbed7f09ba809076a1311f ./osh/lex_test.pyc f3030bfba6a81e3c1f0ba2c5e6e9d760 ./osh/match.pyc 8d36a2066a72f687a162e4325b39ba94 ./osh/meta.pyc 2e795dec2c7b3f1cb523cb15de9c2158 ./osh/parse_lib.pyc 9e833fccad1b212d6526e4ab2eec55d6 ./osh/word_parse.pyc 9e44b8a281022954dbe214fd332c5f13 ./osh/word_parse_test.pyc 8acd0140e7bbdb97d904e254fb8a1598 ./SIZES.txt 513bd5fe14e6259b003578ba2eba1e60 ./spec/bin/argv.pyc 58fc5fb06939ab8fe22541f1fd7be06b ./spec/bin/printenv.pyc e038a3bb4760cfdbc11781b9bcd514b8 ./spec/bin/read_from_fd.pyc 89803eefd4e5fabc350f801eb5a7bcf8 ./spec/bin/show_fd_table.pyc 5cab46465426bb32bb91ca0285e0eb68 ./spec/bin/stdout_stderr.pyc b5ac63eb78eb5ead09f87ccd80340c27 ./spec/coproc.pyc 604f46c945e5d7dc7f740af0f91f476f ./test/jsontemplate.pyc cb1ac539d2a9119efa80b32f13bb44c6 ./test/sh_spec.pyc 8c4c7ae699812142f3ed3fb411891e36 ./test/sh_spec_test.pyc 112d048bcce7928a058c6ede4816b5c6 ./test/wild_report.pyc 11992cd98f786a5544b66f189f053281 ./tools/csv_concat.pyc 2ef5be27a722f43072e79c630c687123 ./tools/deps.pyc 01fd2fbc08009124b23a80870d918b77 ./tools/__init__.pyc f3c6ee2fd7c355171c84d4fec38cc703 ./tools/osh2oil.pyc a0ef417c6a8eccef87773687ba1ecb1a ./tools/osh2oil_test.pyc 83a49d3c8e13cd52261f77c12dc1fb36 ./tools/readlink.pyc 4305020bc4a4392178118b9077529044 ./web/table/csv2html.pyc ~/git/oilshell/oil/opy '../osh/osh.asdl' -> '_tmp/repo-with-cpython/osh/osh.asdl' '../osh/types.asdl' -> '_tmp/repo-with-cpython/osh/types.asdl' '../core/runtime.asdl' -> '_tmp/repo-with-cpython/core/runtime.asdl' '../asdl/arith.asdl' -> '_tmp/repo-with-cpython/asdl/arith.asdl' '_tmp/repo-with-cpython/libc.so' -> '/home/andy/git/oilshell/oil/opy/../libc.so' '_tmp/repo-with-cpython/fastlex.so' -> '/home/andy/git/oilshell/oil/opy/../fastlex.so' '_tmp/repo-with-cpython/oil-version.txt' -> '/home/andy/git/oilshell/oil/opy/../oil-version.txt' '_tmp/repo-with-cpython/_build' -> '/home/andy/git/oilshell/oil/opy/../_build' mkdir: created directory '_tmp/repo-with-cpython/_tmp' '../osh/osh.asdl' -> '_tmp/repo-with-opy/osh/osh.asdl' '../osh/types.asdl' -> '_tmp/repo-with-opy/osh/types.asdl' '../core/runtime.asdl' -> '_tmp/repo-with-opy/core/runtime.asdl' '../asdl/arith.asdl' -> '_tmp/repo-with-opy/asdl/arith.asdl' '_tmp/repo-with-opy/libc.so' -> '/home/andy/git/oilshell/oil/opy/../libc.so' '_tmp/repo-with-opy/fastlex.so' -> '/home/andy/git/oilshell/oil/opy/../fastlex.so' '_tmp/repo-with-opy/oil-version.txt' -> '/home/andy/git/oilshell/oil/opy/../oil-version.txt' '_tmp/repo-with-opy/_build' -> '/home/andy/git/oilshell/oil/opy/../_build' mkdir: created directory '_tmp/repo-with-opy/_tmp'