Add SRFI 207 bytevector literal

This commit is contained in:
Lassi Kortela 2022-06-17 22:11:25 +03:00
parent 101fd3f80e
commit 15b938fcd1
1 changed files with 3 additions and 0 deletions

View File

@ -127,6 +127,9 @@
(id "#u8(...)")
(description "Bytevector [R7RS]")
(id "#u8\"...\"")
(description "String-notated bytevector [SRFI 207]")
(id "#vu8(...)")
(description "Bytevector [R6RS]")