shell: Add basic pipeline support
parent
3f121f8809
commit
981df58ef7
|
@ -1,7 +1,7 @@
|
||||||
|
|
||||||
USING: kernel parser words continuations namespaces debugger
|
USING: kernel parser words continuations namespaces debugger
|
||||||
sequences combinators splitting prettyprint
|
sequences combinators splitting prettyprint
|
||||||
system io io.files io.launcher io.encodings.utf8 sequences.deep
|
system io io.files io.launcher io.encodings.utf8 io.pipes sequences.deep
|
||||||
accessors multi-methods newfx shell.parser ;
|
accessors multi-methods newfx shell.parser ;
|
||||||
|
|
||||||
IN: shell
|
IN: shell
|
||||||
|
@ -95,8 +95,7 @@ METHOD: expand { object } ;
|
||||||
|
|
||||||
! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
||||||
|
|
||||||
: pipeline-chant ( pipeline-chant -- )
|
: pipeline-chant ( pipeline-chant -- ) commands>> run-pipeline drop ;
|
||||||
drop "ix: pipelines not supported" print ;
|
|
||||||
|
|
||||||
! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue