Add reader flags from John
Any mistakes transcription are my fault.
This commit is contained in:
parent
8f905f3c2f
commit
d523f564aa
|
@ -22,6 +22,10 @@
|
||||||
(role keyword)
|
(role keyword)
|
||||||
(description "start keyword arguments in lambda list [DSSSL]")
|
(description "start keyword arguments in lambda list [DSSSL]")
|
||||||
|
|
||||||
|
(id larceny)
|
||||||
|
(role directive)
|
||||||
|
(description "implies #!no-fold-case and #!err5rs [Larceny]")
|
||||||
|
|
||||||
(id no-fold-case)
|
(id no-fold-case)
|
||||||
(role directive)
|
(role directive)
|
||||||
(description "change to case sensitive identifiers [R7RS]")
|
(description "change to case sensitive identifiers [R7RS]")
|
||||||
|
@ -34,13 +38,21 @@
|
||||||
(role keyword)
|
(role keyword)
|
||||||
(description "start optional arguments in lambda list [DSSSL]")
|
(description "start optional arguments in lambda list [DSSSL]")
|
||||||
|
|
||||||
|
(id err5rs)
|
||||||
|
(role directive)
|
||||||
|
(description "change to R7RS/R6RS syntax with extensions [Larceny]")
|
||||||
|
|
||||||
|
(id r5rs)
|
||||||
|
(role directive)
|
||||||
|
(description "change to R7RS syntax with #!fold-case [Larceny]")
|
||||||
|
|
||||||
(id r6rs)
|
(id r6rs)
|
||||||
(role directive)
|
(role directive)
|
||||||
(description "change to R6RS read syntax [R6RS]")
|
(description "change to R6RS read syntax [R6RS]")
|
||||||
|
|
||||||
(id r7rs)
|
(id r7rs)
|
||||||
(role directive)
|
(role directive)
|
||||||
(description "change to R7RS read syntax")
|
(description "change to R7RS syntax with #!no-fold-case [Gauche, Larceny]")
|
||||||
|
|
||||||
(id rest)
|
(id rest)
|
||||||
(role keyword)
|
(role keyword)
|
||||||
|
|
|
@ -58,6 +58,12 @@
|
||||||
(id "#b")
|
(id "#b")
|
||||||
(description "Binary integer [R2RS+]")
|
(description "Binary integer [R2RS+]")
|
||||||
|
|
||||||
|
(id "#ci")
|
||||||
|
(description "Change to case insensitive identifiers [Chicken]")
|
||||||
|
|
||||||
|
(id "#cs")
|
||||||
|
(description "Change to case sensitive identifiers [Chicken]")
|
||||||
|
|
||||||
(id "#d")
|
(id "#d")
|
||||||
(description "Decimal number [R2RS+]")
|
(description "Decimal number [R2RS+]")
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue