diff --git a/www/index.html b/www/index.html index 95d81e5..c25b69f 100644 --- a/www/index.html +++ b/www/index.html @@ -11,8 +11,8 @@

Portable syntax-case

-Abdulaziz Ghuloum, -R. Kent Dybvig +Abdulaziz Ghuloum, +R. Kent Dybvig

The portable syntax-case macro system implements the restricted high-level @@ -29,13 +29,13 @@ Language, 4th edition.

Aspects of the macro system and its implementation are described in -Syntactic +Syntactic abstraction in Scheme. Additional examples of its use are given in -Writing +Writing hygienic macros in Scheme with syntax-case. Aspects of the library system and its implementation are described in -Implicit +Implicit phasing for R6RS libraries.

diff --git a/www/old-psyntax.html b/www/old-psyntax.html index c305848..aa7c15b 100644 --- a/www/old-psyntax.html +++ b/www/old-psyntax.html @@ -11,8 +11,8 @@

Pre-R6RS Portable syntax-case

-R. Kent Dybvig, -Oscar Waddell +R. Kent Dybvig, +Oscar Waddell

The syntax-case macro system implements the restricted high-level @@ -35,13 +35,13 @@ aspects of the system not covered by the former.

Aspects of the system and its implementation are described in -Syntactic +Syntactic abstraction in Scheme and -Extending +Extending the Scope of Syntactic Abstraction Additional examples of its use are given in -Writing +Writing hygienic macros in Scheme with syntax-case.