Add #+ to hash-syntax

This commit is contained in:
Lassi Kortela 2021-09-10 16:10:04 +03:00
parent 2074876fa4
commit 2d8ea410f9
1 changed files with 3 additions and 0 deletions

View File

@ -16,6 +16,9 @@
(id "#*\"...\"")
(description "Incomplete string [Gauche]")
(id "#+")
(description "Read-time conditional [Chicken]")
(id "#,")
(description "unsyntax [R6RS, syntax-case]; Reader constructor [SRFI 10]")