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

doc: Use archived URL from Internet Archive for syntax-rules primer.

* doc/ref/api-macros.texi (Syntax Rules): Use archived URL from
Internet Archive for syntax-rules primer.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
Bruno Victal 2023-01-25 14:23:12 +00:00 committed by Ludovic Courtès
parent d5659b7869
commit 99e644dbc7
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -446,8 +446,15 @@ cannot programmatically generate identifiers.
The solution to all of these problems is to use @code{syntax-case} if you need
its features. But if for some reason you're stuck with @code{syntax-rules}, you
might enjoy Joe Marshall's
@uref{http://sites.google.com/site/evalapply/eccentric.txt,@code{syntax-rules}
Primer for the Merely Eccentric}.
@uref{https://web.archive.org/web/20121111060531/@/
https://d655165b-a-62cb3a1a-s-sites.googlegroups.com/site/evalapply/@/
eccentric.txt?attachauth=ANoY7cqZJK0iAkVoFlTZqjKSFX1rW6pgA71to347P957URfJwmFRH@/
5Yyddp6gASBSaG38_9MfSlq59KN5Ozzja0WMVuHWi5a_bfGeJHv13bfhYbtwA8WcVHaL_xTA5AvlLH@/
__qHKE2UVPj2qrWYyrcBCx3ihmR8CWUfyo8D4GbdvFGkNon3owtrR_CL_wbPr7VGE_8Gq0aJp7tWGt@/
tZSjip9rySlqAO4aQ%3D%3D&attredirects=0,@code{syntax-rules}
Primer for the Merely Eccentric}.@footnote{Archived from
@uref{http://sites.google.com/site/evalapply/eccentric.txt,the original} on
2013-05-03.}
@node Syntax Case
@subsection Support for the @code{syntax-case} System