changelog shortlog graph tags branches changeset file revisions annotate raw help

Mercurial > core / lisp/lib/skel/core/pkg.lisp

revision 593: 7046f3bdb668
parent 592: 1d6e3bbdaebb
child 663: cc89b337384b
     1.1--- a/lisp/lib/skel/core/pkg.lisp	Mon Aug 12 22:24:31 2024 -0400
     1.2+++ b/lisp/lib/skel/core/pkg.lisp	Tue Aug 13 22:05:23 2024 -0400
     1.3@@ -120,7 +120,23 @@
     1.4            :stack-op-type
     1.5            :*skel-op-types*
     1.6            :skel-op-type
     1.7-           :new-skel-arena))
     1.8+           :new-skel-arena
     1.9+           :with-skel-vm
    1.10+           :with-skel-scope
    1.11+           :skel-op
    1.12+           :make-skel-op
    1.13+           :skel-op-p
    1.14+           :copy-skel-op
    1.15+           :skel-op-scope
    1.16+           :skel-op-body
    1.17+           :*skel-stack-size*
    1.18+           :*skel-arena*
    1.19+           :*skel-scope*
    1.20+           :init-skel-op-scope
    1.21+           :*skel-arena-size*
    1.22+           :init-skel-scope
    1.23+           :init-skel-value-scope
    1.24+           :init-skel-function-scope))
    1.25 
    1.26 (defpackage :skel/core/print
    1.27   (:use :cl :std :skel/core/err :skel/core/obj :skel/core/types :skel/core/proto :skel/core/vars)