Permalink
Please sign in to comment.
Browse files
Reviving OPy: run it on the Oil repository.
First problem: Convert print functions to use Python 3 style with opy/fix.sh. - Document how to get started. - Remove a function related to Python 3, which we won't support.
- Loading branch information...
Showing
with
180 additions
and 131 deletions.
- +12 −11 asdl/arith_ast_test.py
- +3 −2 asdl/arith_parse_test.py
- +3 −1 asdl/asdl_.py
- +2 −1 asdl/py_meta_test.py
- +4 −3 benchmarks/pytrace.py
- +13 −12 build/c_module_srcs.py
- +4 −3 build/c_module_toc.py
- +15 −14 build/quick_ref.py
- +3 −2 core/args.py
- +4 −3 core/builtin_test.py
- +2 −1 core/glob_test.py
- +37 −36 core/lexer_gen.py
- +5 −4 core/lexer_gen_test.py
- +10 −9 core/libstr_test.py
- +2 −1 core/word_eval_test.py
- +2 −1 core/word_test.py
- +18 −0 opy/README.md
- +1 −0 opy/build.sh
- +5 −0 opy/common.sh
- +15 −0 opy/fix.sh
- +3 −19 opy/run.sh
- +6 −0 opy/smoke.sh
- +2 −1 osh/lex_test.py
- +3 −2 spec/bin/show_fd_table.py
- +6 −5 test/wild_report.py
Oops, something went wrong.
0 comments on commit
69c0a07