swoncat and fiddling with parser.

This commit is contained in:
Simon Forman
2019-08-12 19:09:49 -07:00
parent 2e1f598aa2
commit cae79ded8f
3 changed files with 4 additions and 2 deletions
+1
View File
@@ -58,6 +58,7 @@ def(split_at,[[drop],[take],clop]).
def(sqr,[dup,*]).
def(step_zero,[0,rollup,step]).
def(sum,[0,swap,[+],step]).
def(swoncat,[swap,concat]).
def(swons,[swap,cons]).
def(take,[[],rolldown,[shift],times,pop]).
def(ternary,[binary,popd]).