syntax/doc.txt: Added documentation for kernel-syntax-case*.

svn: r4090
This commit is contained in:
Sam Tobin-Hochstadt 2006-08-18 20:15:11 +00:00
parent 65dcf4e500
commit e88f4afa71

View File

@ -59,6 +59,11 @@ _kerncase.ss_: matching fully-expanded expressions
comparisons or transformer-phase comparisons. The `clause's are comparisons or transformer-phase comparisons. The `clause's are
the same as in `syntax-case*'. the same as in `syntax-case*'.
> (kernel-syntax-case* stx-expr trans?-expr (extras ...) clause ...) -
a syntactic form like `kernel-syntax-case', except that it takes an
additional list of extra literals that are used as well as the
primitive MzScheme forms.
> (kernel-form-identifier-list syntax) - returns a list of identifiers > (kernel-form-identifier-list syntax) - returns a list of identifiers
for the names of the primitive MzScheme forms for expressions, with for the names of the primitive MzScheme forms for expressions, with
the lexical context of `syntax'. This function is useful for the lexical context of `syntax'. This function is useful for