Add # syntax for bytevectors
This commit is contained in:
parent
1dc32b304c
commit
28db834ea2
|
@ -79,5 +79,11 @@
|
||||||
(id "#true")
|
(id "#true")
|
||||||
(description "Boolean true [R7RS]")
|
(description "Boolean true [R7RS]")
|
||||||
|
|
||||||
|
(id "u8(...)")
|
||||||
|
(description "Bytevector [R7RS]")
|
||||||
|
|
||||||
|
(id "vu8(...)")
|
||||||
|
(description "Bytevector [R6RS]")
|
||||||
|
|
||||||
(id "#x")
|
(id "#x")
|
||||||
(description "Hexadecimal integer [R2RS+]")
|
(description "Hexadecimal integer [R2RS+]")
|
||||||
|
|
Loading…
Reference in New Issue