Add #<...> and #a syntax from SRFI 58, 107, 163

This commit is contained in:
Lassi Kortela 2020-08-17 11:14:20 +03:00
parent 7c73bf11df
commit 8f905f3c2f
1 changed files with 4 additions and 1 deletions

View File

@ -29,7 +29,7 @@
(description "S-expression comment [R6RS, R7RS, SRFI 62]")
(id "#<...>")
(description "Unreadable object [Gauche]")
(description "XML literal [SRFI 107]; Unreadable object [Gauche]")
(id "#<n>#")
(description "Datum reference [R7RS]")
@ -52,6 +52,9 @@
(id "#|...|#")
(description "Block comment [R6RS, R7RS, SRFI 30]")
(id "#a")
(description "Array [SRFI 58, SRFI 163]")
(id "#b")
(description "Binary integer [R2RS+]")