Add #${...} to hash-syntax
This commit is contained in:
parent
87c84639a1
commit
2074876fa4
|
@ -4,6 +4,9 @@
|
||||||
(id "#\"...\"")
|
(id "#\"...\"")
|
||||||
(description "Interpolated string [Gauche]")
|
(description "Interpolated string [Gauche]")
|
||||||
|
|
||||||
|
(id "#${...}")
|
||||||
|
(description "Binary blob [Chicken]")
|
||||||
|
|
||||||
(id "#'")
|
(id "#'")
|
||||||
(description "Syntax datum [R6RS, syntax-case]")
|
(description "Syntax datum [R6RS, syntax-case]")
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue