Add #+ to hash-syntax
This commit is contained in:
parent
2074876fa4
commit
2d8ea410f9
|
@ -16,6 +16,9 @@
|
||||||
(id "#*\"...\"")
|
(id "#*\"...\"")
|
||||||
(description "Incomplete string [Gauche]")
|
(description "Incomplete string [Gauche]")
|
||||||
|
|
||||||
|
(id "#+")
|
||||||
|
(description "Read-time conditional [Chicken]")
|
||||||
|
|
||||||
(id "#,")
|
(id "#,")
|
||||||
(description "unsyntax [R6RS, syntax-case]; Reader constructor [SRFI 10]")
|
(description "unsyntax [R6RS, syntax-case]; Reader constructor [SRFI 10]")
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue