Updates to source documenation

This commit is contained in:
David Botton 2021-11-04 20:08:28 -04:00
parent 0b0fa6bd0e
commit 0c5408f281
10 changed files with 33 additions and 17 deletions

View file

@ -3,20 +3,21 @@
;;;; (c) 2020-2021 David Botton ;;;;
;;;; License BSD 3 Clause ;;;;
;;;; ;;;;
;;;; clog-helpers.lisp - Various helpers for learning ;;;;
;;;; clog-helpers.lisp ;;;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;; Various helpers for learning CLOG
(cl:in-package :clog)
(defpackage #:clog-user
(:use #:cl #:clog))
(defvar clog-user::*body* nil "clog-repl access to body")
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;; Implementation - CLOG Utilities
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
(defvar clog-user::*body* nil "clog-repl access to body")
;;;;;;;;;;;;;;;;;;;;;;
;; clog-install-dir ;;