mirror of
https://github.com/rabbibotton/clog.git
synced 2025-12-06 10:40:45 -08:00
fix repl playground and add clog-user:*probe*
This commit is contained in:
parent
49f777530e
commit
ab9a8f3024
4 changed files with 24 additions and 4 deletions
|
|
@ -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 ;;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue