Add #${...} to hash-syntax

This commit is contained in:
Lassi Kortela 2021-08-21 14:25:13 +03:00
parent 87c84639a1
commit 2074876fa4
1 changed files with 3 additions and 0 deletions

View File

@ -4,6 +4,9 @@
(id "#\"...\"")
(description "Interpolated string [Gauche]")
(id "#${...}")
(description "Binary blob [Chicken]")
(id "#'")
(description "Syntax datum [R6RS, syntax-case]")