Skip to content

Commit

Permalink
note
Browse files Browse the repository at this point in the history
  • Loading branch information
scymtym committed May 5, 2024
1 parent 79c5b04 commit f4aa35f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion code/reader/read-common.lisp
Original file line number Diff line number Diff line change
Expand Up @@ -76,9 +76,11 @@
;; in the middle of an object representation." (HyperSpec
;; entry for READ)
(let* ((*skip-reason* nil)
(values (multiple-value-list
(values (multiple-value-list ; TODO m-v-c (lambda (&rest values))
(call-reader-macro
client input-stream char readtable))))
;; TODO when the result is `nil' dispatch to symbol construction
;; protocol with package name "COMMON-LISP" and symbol-name "NIL"?
(cond ((null values)
(note-skipped-input client input-stream
(or *skip-reason* :reader-macro))
Expand Down

0 comments on commit f4aa35f

Please sign in to comment.