Delete old vm
This commit is contained in:
@@ -1,7 +1,8 @@
|
||||
(define-module (scmvm util stack)
|
||||
#:use-module (srfi srfi-43)
|
||||
#:export (make-stack stack-ref stack->list stack-set!
|
||||
(push . stack-push) (pop . stack-pop) (peek . stack-peek) (swap . stack-swap)))
|
||||
#:replace (make-stack)
|
||||
#:export (stack-ref stack->list stack-set!
|
||||
(push . stack-push) (pop . stack-pop) (peek . stack-peek) (swap . stack-swap)))
|
||||
|
||||
;; Stack data structure. I made this a closure implementation for some reason
|
||||
|
||||
|
||||
Reference in New Issue
Block a user