mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-29 14:30:34 +02:00
Add initial upstream code for srfi-197: Pipeline Operators
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).
This commit is contained in:
parent
c858253288
commit
2d602d28c3
3 changed files with 562 additions and 0 deletions
120
doc/ref/srfi-197.html
Normal file
120
doc/ref/srfi-197.html
Normal file
File diff suppressed because one or more lines are too long
Loading…
Add table
Add a link
Reference in a new issue