https://srfi.schemers.org/srfi-197/srfi-197.html
Add the key files from the upstream implementation.
These files are the unmodified versions from the upstream repository
https://github.com/scheme-requests-for-implementation/srfi-197.git
as of this commit (final-5-g43eae09):
commit 43eae0941e4c69b11b5609464b7d8827785c3897
Author: Arthur A. Gleckler <srfi@speechcode.com>
Date: Sun Apr 20 20:30:25 2025 -0700
Regenerate landing page and README.
except that the upstream LICENSE/MIT.txt referred to by the SPDX headers
has been added to the top of srfi-197.scm and srfi-197.text, and
srfi-197.scm has been reindented. srfi-197.html already includes its own
copyright statement.
srfi-197.scm is upstream srfi-197-syntax-case.scm, and was chosen
instead of upstream srfi-197.scm because Guile doesn't currently handle
syntax-rules with custom elipsis.
For now add the html documentation as-is; convert it to texinfo later.
* doc/ref/srfi-197.html: Add new file.
* module/srfi/srfi-197.scm: Add new file (upstream srfi-197-syntax-case.scm).
* test-suite/tests/srfi-197.test: Add new file (upstream test.scm).