From e12763154775525488e429a9d175821685dcecef Mon Sep 17 00:00:00 2001 From: Ralph Ronnquist Date: Sat, 18 Dec 2021 12:08:16 +1100 Subject: [PATCH] updated comments --- incore.lsp | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/incore.lsp b/incore.lsp index 6ba2561..fb09951 100644 --- a/incore.lsp +++ b/incore.lsp @@ -8,8 +8,16 @@ ;; ;; archives:archives is a hashmap for loadable files ;; core:core is the running binary file -;; archive:main is the name of the first on-core member -;; archive:incore is the byte position into core for the archive +;; +;; The "archive" context holds utility code. +;; archive:main is the name of the first in-core member. +;; archive:incore is the byte position into core for the archive. +;; +;; Use (archives member pathname) to register that the file "member" +;; should be looked up in the ar style archive of the given pathname. +;; +;; Use (archive pathname) to register all members of the nominated ar +;; style archive. (new Tree 'archives) -- 2.39.2