Add SRFI 207 bytevector literal
This commit is contained in:
parent
101fd3f80e
commit
15b938fcd1
|
@ -127,6 +127,9 @@
|
||||||
(id "#u8(...)")
|
(id "#u8(...)")
|
||||||
(description "Bytevector [R7RS]")
|
(description "Bytevector [R7RS]")
|
||||||
|
|
||||||
|
(id "#u8\"...\"")
|
||||||
|
(description "String-notated bytevector [SRFI 207]")
|
||||||
|
|
||||||
(id "#vu8(...)")
|
(id "#vu8(...)")
|
||||||
(description "Bytevector [R6RS]")
|
(description "Bytevector [R6RS]")
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue