Add tasks for all the new languages
This commit is contained in:
parent
9dc3c2bb62
commit
bba7bfd280
13208 changed files with 134745 additions and 0 deletions
11
Task/Stack/Wart/stack.wart
Normal file
11
Task/Stack/Wart/stack.wart
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
def (stack)
|
||||
(tag 'stack nil)
|
||||
|
||||
mac (push! x s) :qcase `(isa stack ,s)
|
||||
`(push! ,x (rep ,s))
|
||||
|
||||
mac (pop! s) :qcase `(isa stack ,s)
|
||||
`(pop! (rep ,s))
|
||||
|
||||
def (empty? s) :case (isa stack s)
|
||||
(empty? rep.s)
|
||||
Loading…
Add table
Add a link
Reference in a new issue