mirror of
https://github.com/ashinn/chibi-scheme.git
synced 2025-07-08 05:27:35 +02:00
Fixing #| ... |# comments.
This commit is contained in:
parent
b3005cc0ee
commit
83a2de519c
1 changed files with 2 additions and 1 deletions
|
@ -258,7 +258,8 @@
|
|||
(read-one) ;; discard
|
||||
(read-one))
|
||||
((#\|)
|
||||
(skip-comment in 0))
|
||||
(skip-comment in 0)
|
||||
(read-one))
|
||||
((#\!)
|
||||
(let ((name (read-name #f in)))
|
||||
(cond
|
||||
|
|
Loading…
Add table
Reference in a new issue