Edit for consistency
This commit is contained in:
parent
0bef9b29fe
commit
852c96c254
|
@ -11,10 +11,7 @@
|
||||||
(description "Incomplete string [Gauche]")
|
(description "Incomplete string [Gauche]")
|
||||||
|
|
||||||
(id "#,")
|
(id "#,")
|
||||||
(description "Reader constructor [SRFI 10]")
|
(description "unsyntax [R6RS, syntax-case]; Reader constructor [SRFI 10]")
|
||||||
|
|
||||||
(id "#,")
|
|
||||||
(description "unsyntax [R6RS, syntax-case]")
|
|
||||||
|
|
||||||
(id "#,@")
|
(id "#,@")
|
||||||
(description "unsyntax-splicing [R6RS, syntax-case]")
|
(description "unsyntax-splicing [R6RS, syntax-case]")
|
||||||
|
@ -49,8 +46,8 @@
|
||||||
(id "#`")
|
(id "#`")
|
||||||
(description "quasisyntax [R6RS, syntax-case]; legacy interpolated string [Gauche]")
|
(description "quasisyntax [R6RS, syntax-case]; legacy interpolated string [Gauche]")
|
||||||
|
|
||||||
(id "#|")
|
(id "#|...|#")
|
||||||
(description "Block comment until |# [R6RS, R7RS, SRFI 30]")
|
(description "Block comment [R6RS, R7RS, SRFI 30]")
|
||||||
|
|
||||||
(id "#b")
|
(id "#b")
|
||||||
(description "Binary integer [R2RS+]")
|
(description "Binary integer [R2RS+]")
|
||||||
|
|
Loading…
Reference in New Issue