Permalink
Please sign in to comment.
Browse files
Fold the core/runtime.py loader into osh/meta.py.
This makes ASDL loading more consistent.
- Loading branch information...
Showing
with
45 additions
and 64 deletions.
- +3 −3 asdl/gen_python.py
- +4 −2 build/dev.sh
- +1 −1 core/builtin.py
- +1 −1 core/cmd_exec.py
- +1 −1 core/completion.py
- +1 −1 core/expr_eval.py
- +1 −1 core/legacy.py
- +1 −1 core/process.py
- +1 −1 core/process_test.py
- +0 −43 core/runtime.py
- +1 −1 core/state.py
- +1 −1 core/state_test.py
- +1 −1 core/test_builtin.py
- +1 −1 core/word_compile.py
- +1 −1 core/word_eval.py
- +24 −3 osh/meta.py
- +2 −1 scripts/refactor.sh
0 comments on commit
723b8ba