chiark
/
gitweb
/
~mdw
/
sod
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cf268da
)
doc/list-exports.lisp: Add in the obvious interactive rune.
author
Mark Wooding
<mdw@distorted.org.uk>
Sun, 10 Jan 2016 02:15:24 +0000
(
02:15
+0000)
committer
Mark Wooding
<mdw@distorted.org.uk>
Sun, 10 Jan 2016 02:46:33 +0000
(
02:46
+0000)
Just saves typing. You know?
doc/list-exports.lisp
patch
|
blob
|
blame
|
history
diff --git
a/doc/list-exports.lisp
b/doc/list-exports.lisp
index 38ec28535767726037923ebb37432c9d52d10b33..eab4d546a82405680260d2ee33261076fc5bd912 100644
(file)
--- a/
doc/list-exports.lisp
+++ b/
doc/list-exports.lisp
@@
-435,3
+435,8
@@
(defun report-project-symbols ()
(report-symbols (mapcar #'file-name parser-files) "SOD-PARSER")
(report-symbols (mapcar #'file-name (list optparse)) "OPTPARSE")
(report-symbols (mapcar #'file-name (list utilities)) "SOD-UTILITIES"))))
+
+#+interactive
+(with-open-file (*standard-output* #p"doc/SYMBOLS" :direction :output
+ :if-exists :supersede :if-does-not-exist :create)
+ (report-project-symbols))