aboutsummaryrefslogtreecommitdiff
path: root/src/reader.lisp
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2023-03-01 13:59:12 -0700
committerSean Whitton <spwhitton@spwhitton.name>2023-03-01 14:21:37 -0700
commit6808af3becc9986d5dafdcc4412c13a3961a7e64 (patch)
tree85545c84b73d9a0d310b7c73331045a356185046 /src/reader.lisp
parentcc1835ff316910b8dd641dec091b41e8b5c198cd (diff)
downloadconsfigurator-6808af3becc9986d5dafdcc4412c13a3961a7e64.tar.gz
doc/: start generating API documentation from docstrings
Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
Diffstat (limited to 'src/reader.lisp')
-rw-r--r--src/reader.lisp4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/reader.lisp b/src/reader.lisp
index 39314be..240750b 100644
--- a/src/reader.lisp
+++ b/src/reader.lisp
@@ -21,3 +21,7 @@
(:merge :standard)
(:dispatch-macro-char #\# #\? #'cl-interpol:interpol-reader)
(:dispatch-macro-char #\# #\> #'cl-heredoc:read-heredoc))
+
+(named-readtables:defreadtable :consfigurator.without-read-eval
+ (:merge :consfigurator)
+ (:dispatch-macro-char #\# #\. (constantly nil)))