Initial data commit
This commit is contained in:
parent
72d218235f
commit
f23f22d71c
199087 changed files with 3378941 additions and 0 deletions
29
Task/Ackermann-function/ZED/ackermann-function.zed
Normal file
29
Task/Ackermann-function/ZED/ackermann-function.zed
Normal file
|
|
@ -0,0 +1,29 @@
|
|||
(A) m n
|
||||
comment:
|
||||
(=) m 0
|
||||
(add1) n
|
||||
|
||||
(A) m n
|
||||
comment:
|
||||
(=) n 0
|
||||
(A) (sub1) m 1
|
||||
|
||||
(A) m n
|
||||
comment:
|
||||
#true
|
||||
(A) (sub1) m (A) m (sub1) n
|
||||
|
||||
(add1) n
|
||||
comment:
|
||||
#true
|
||||
(003) "+" n 1
|
||||
|
||||
(sub1) n
|
||||
comment:
|
||||
#true
|
||||
(003) "-" n 1
|
||||
|
||||
(=) n1 n2
|
||||
comment:
|
||||
#true
|
||||
(003) "=" n1 n2
|
||||
Loading…
Add table
Add a link
Reference in a new issue