mirror of
https://github.com/ashinn/chibi-scheme.git
synced 2025-07-08 13:37: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) ;; discard
|
||||||
(read-one))
|
(read-one))
|
||||||
((#\|)
|
((#\|)
|
||||||
(skip-comment in 0))
|
(skip-comment in 0)
|
||||||
|
(read-one))
|
||||||
((#\!)
|
((#\!)
|
||||||
(let ((name (read-name #f in)))
|
(let ((name (read-name #f in)))
|
||||||
(cond
|
(cond
|
||||||
|
|
Loading…
Add table
Reference in a new issue