syntax-case as a pattern matcher
Marc Nieper-WiÃkirchen 30 Jun 2020 13:02 UTC
SRFI 200 claims that `syntax-case' cannot be applied outside macro
transformers. This is not true. On the other hand, when `syntax-case'
is present, it doesn't make sense to use any of the other matches in
macro transformers.
The difference to the other matchers that are presented is that
`syntax-case' does hygienic vs. symbolic matching.
Cheers,
Marc