Integration #3

Merged
duuqnd merged 25 commits from integration into main 2025-07-27 16:35:23 +02:00
Showing only changes of commit ec867b25d3 - Show all commits

View file

@ -50,8 +50,8 @@
;; TODO: Handle case of too many arguments (? not realistically needed) ;; TODO: Handle case of too many arguments (? not realistically needed)
t) t)
(defparameter +argvec-offset+ #x00) (defparameter +argvec-offset+ #xF0)
(defparameter +varvec-offset+ #x08) (defparameter +varvec-offset+ #x20)
(defmacro with-variable-allocations (allocations &body body) (defmacro with-variable-allocations (allocations &body body)
`(let ((*variable-allocations* (make-hash-table))) `(let ((*variable-allocations* (make-hash-table)))