aboutsummaryrefslogtreecommitdiff
path: root/src/reader.lisp
diff options
context:
space:
mode:
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)))