mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-20 11:40:18 +02:00
Fix reading neoteric exprs in Scheme reader
* module/ice-9/read.scm (%read): Call the inner reader, not the outer reader.
This commit is contained in:
parent
816c8d23a1
commit
dba7669077
1 changed files with 1 additions and 1 deletions
|
@ -708,7 +708,7 @@
|
|||
(read-mixed-case-symbol ch))))
|
||||
|
||||
(define (read-neoteric ch)
|
||||
(let lp ((expr (read-expr ch)))
|
||||
(let lp ((expr (read-expr* ch)))
|
||||
;; 'expr' is the first component of the neoteric expression. If
|
||||
;; the next character is '(', '[', or '{', (without any
|
||||
;; intervening whitespace), we use it to construct a new
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue