fix repl playground and add clog-user:*probe*

This commit is contained in:
David Botton 2024-05-31 17:37:45 -04:00
parent 49f777530e
commit ab9a8f3024
4 changed files with 24 additions and 4 deletions

View file

@ -22,13 +22,14 @@
(defpackage #:clog-user
(:use #:cl #:clog #:clog-gui #:clog-web)
(:import-from :clog-tools #:clog-builder-probe)
(:export :*body* :clog-repl))
(:export :*body* :*probe* :clog-repl))
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;; Implementation - CLOG Utilities
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
(defvar clog-user::*body* nil "clog-repl access to body")
(defvar clog-user:*body* nil "clog-repl access to body")
(defvar clog-user:*probe* nil "Used by probes to return value of symbol")
;;;;;;;;;;;;;;;;;;;;;;
;; clog-install-dir ;;