diff --git a/hash-bang-syntax.scm b/hash-bang-syntax.scm index 27ee837..0621d24 100644 --- a/hash-bang-syntax.scm +++ b/hash-bang-syntax.scm @@ -26,6 +26,10 @@ (role directive) (description "change to case sensitive identifiers [R7RS]") +(id null) +(role object) +(description "the empty list [R2RS, archaic]") + (id optional) (role keyword) (description "start optional arguments in lambda list [DSSSL]")