dup cons i

This commit is contained in:
Simon Forman
2019-11-12 09:23:31 -08:00
parent e72fa2585f
commit 89c58d4f5a
3 changed files with 5 additions and 3 deletions
+4 -3
View File
@@ -162,9 +162,9 @@ Mark II
% ======================================
label(Expression)
]),
dexpr([Dup, I]).
label(Expression),
dexpr([Dup, Cons, I])
]).
/*
@@ -200,6 +200,7 @@ language.
(load(From, To)) --> [load_word(From, To, 0)].
(label(L)) --> [label(L)]. % Pass through.
(dexpr(L)) --> dexpr(L). % Pass through.
(jump(To)) --> [do_offset(To)]. % Pass through.