Add #' from syntax-case

This commit is contained in:
Lassi Kortela 2020-08-17 09:28:44 +03:00
parent 4a1f65a6f7
commit 1dc32b304c
1 changed files with 3 additions and 0 deletions

View File

@ -4,6 +4,9 @@
(id "#\"")
(description "Interpolated string [Gauche]")
(id "#'")
(description "Syntax datum [R6RS, syntax-case]")
(id "#(")
(description "Vector [R7RS]")