1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-04-29 19:30:36 +02:00

Add language/wisp, Wisp tests, and SRFI-119 documentation

* doc/ref/srfi-modules.texi (srfi-119): add node
* module/language/wisp.scm: New file.
* module/language/wisp/spec.scm: New file.
* test-suite/tests/srfi-119.test: New file.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
Arne Babenhauserheide 2024-03-11 06:34:52 +01:00 committed by Ludovic Courtès
parent 7b92b22899
commit dce65edbaf
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5
6 changed files with 1922 additions and 1 deletions

View file

@ -396,6 +396,9 @@ SOURCES = \
\
system/syntax.scm \
\
language/wisp.scm \
language/wisp/spec.scm \
\
system/xref.scm \
\
sxml/apply-templates.scm \