Add #<...> and #a syntax from SRFI 58, 107, 163
This commit is contained in:
parent
7c73bf11df
commit
8f905f3c2f
|
@ -29,7 +29,7 @@
|
||||||
(description "S-expression comment [R6RS, R7RS, SRFI 62]")
|
(description "S-expression comment [R6RS, R7RS, SRFI 62]")
|
||||||
|
|
||||||
(id "#<...>")
|
(id "#<...>")
|
||||||
(description "Unreadable object [Gauche]")
|
(description "XML literal [SRFI 107]; Unreadable object [Gauche]")
|
||||||
|
|
||||||
(id "#<n>#")
|
(id "#<n>#")
|
||||||
(description "Datum reference [R7RS]")
|
(description "Datum reference [R7RS]")
|
||||||
|
@ -52,6 +52,9 @@
|
||||||
(id "#|...|#")
|
(id "#|...|#")
|
||||||
(description "Block comment [R6RS, R7RS, SRFI 30]")
|
(description "Block comment [R6RS, R7RS, SRFI 30]")
|
||||||
|
|
||||||
|
(id "#a")
|
||||||
|
(description "Array [SRFI 58, SRFI 163]")
|
||||||
|
|
||||||
(id "#b")
|
(id "#b")
|
||||||
(description "Binary integer [R2RS+]")
|
(description "Binary integer [R2RS+]")
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue