shell: Remove calls to 'ast>>'
parent
7c1e4fcaae
commit
7b9d3d844d
|
@ -50,7 +50,6 @@ DEFER: expansion
|
||||||
METHOD: expand { back-quoted-expr }
|
METHOD: expand { back-quoted-expr }
|
||||||
expr>>
|
expr>>
|
||||||
expr
|
expr
|
||||||
ast>>
|
|
||||||
command>>
|
command>>
|
||||||
expansion
|
expansion
|
||||||
utf8 <process-stream>
|
utf8 <process-stream>
|
||||||
|
@ -122,7 +121,7 @@ DEFER: shell
|
||||||
{ [ dup f = ] [ drop ] }
|
{ [ dup f = ] [ drop ] }
|
||||||
{ [ dup "exit" = ] [ drop ] }
|
{ [ dup "exit" = ] [ drop ] }
|
||||||
{ [ dup "" = ] [ drop shell ] }
|
{ [ dup "" = ] [ drop shell ] }
|
||||||
{ [ dup expr ] [ expr ast>> chant shell ] }
|
{ [ dup expr ] [ expr chant shell ] }
|
||||||
{ [ t ] [ drop "ix: ignoring input" print shell ] }
|
{ [ t ] [ drop "ix: ignoring input" print shell ] }
|
||||||
}
|
}
|
||||||
cond ;
|
cond ;
|
||||||
|
|
Loading…
Reference in New Issue