mirror of
https://github.com/ashinn/chibi-scheme.git
synced 2025-05-19 13:49:17 +02:00
Adding string and symbol quote delimiters to list of read delimiters in (scheme read).
This commit is contained in:
parent
ae1f0fd76d
commit
6094e5fb12
1 changed files with 1 additions and 1 deletions
|
@ -145,7 +145,7 @@
|
||||||
(skip-comment in depth)))))
|
(skip-comment in depth)))))
|
||||||
|
|
||||||
(define delimiters
|
(define delimiters
|
||||||
'(#\; #\( #\) #\{ #\} #\space #\tab #\newline #\return))
|
'(#\; #\" #\| #\( #\) #\{ #\} #\space #\tab #\newline #\return))
|
||||||
|
|
||||||
(define named-chars
|
(define named-chars
|
||||||
`(("newline" . #\newline)
|
`(("newline" . #\newline)
|
||||||
|
|
Loading…
Add table
Reference in a new issue