Permalink
Please sign in to comment.
Browse files
More word_eval and splitter cleanup.
- Remove WordPartEvaluator. We just use WordEvaluator for everything, which is a lot cleaner. - Rename RootSplitter to SplitContext. - Remove CompletionSplitter; use SplitContext everywhere. - Make GetJoinChar() a method on the SplitContext
- Loading branch information...
Showing
with
72 additions
and 120 deletions.
- +1 −1 bin/oil.py
- +1 −1 core/cmd_exec.py
- +5 −5 core/cmd_exec_test.py
- +1 −1 core/completion_test.py
- +24 −14 core/legacy.py
- +1 −1 core/runtime.asdl
- +39 −97 core/word_eval.py
Oops, something went wrong.
0 comments on commit
c35d3e1