Say where each #! identifier came from

This commit is contained in:
Lassi Kortela 2020-08-07 10:53:02 +03:00
parent 8f432a291d
commit 3042f750ca
1 changed files with 7 additions and 7 deletions

View File

@ -1,26 +1,26 @@
(id bwp) (id bwp)
(description "broken-weak-pair object") (description "broken-weak-pair object [Chez Scheme]")
(id eof) (id eof)
(description "end-of-file object") (description "end-of-file object")
(id fold-case) (id fold-case)
(description "change to case insensitive identifiers") (description "change to case insensitive identifiers [R7RS]")
(id key) (id key)
(description "start keyword arguments in lambda list") (description "start keyword arguments in lambda list [DSSSL]")
(id no-fold-case) (id no-fold-case)
(description "change to case sensitive identifiers") (description "change to case sensitive identifiers [R7RS]")
(id optional) (id optional)
(description "start optional arguments in lambda list") (description "start optional arguments in lambda list [DSSSL]")
(id r6rs) (id r6rs)
(description "change to R6RS read syntax") (description "change to R6RS read syntax [R6RS]")
(id r7rs) (id r7rs)
(description "change to R7RS read syntax") (description "change to R7RS read syntax")
(id rest) (id rest)
(description "start rest argument in lambda list") (description "start rest argument in lambda list [DSSSL]")