Add # syntax for bytevectors

This commit is contained in:
Lassi Kortela 2020-08-17 09:29:10 +03:00
parent 1dc32b304c
commit 28db834ea2
1 changed files with 6 additions and 0 deletions

View File

@ -79,5 +79,11 @@
(id "#true")
(description "Boolean true [R7RS]")
(id "u8(...)")
(description "Bytevector [R7RS]")
(id "vu8(...)")
(description "Bytevector [R6RS]")
(id "#x")
(description "Hexadecimal integer [R2RS+]")