Mark H Weaver <[email protected]> skribis: > From 9f4f8641d0218525a2fc58ef6f8c6728145f0def Mon Sep 17 00:00:00 2001 > From: Mark H Weaver <[email protected]> > Date: Thu, 19 Dec 2013 13:22:50 -0500 > Subject: [PATCH] Implement R7RS 'syntax-error'. > > * module/ice-9/psyntax.scm (syntax-error): New macro. > (syntax-rules): Handle 'syntax-error' templates specially > for improved error reporting. > > * module/ice-9/psyntax-pp.scm: Regenerate. > > * doc/ref/api-macros.texi (Syntax Rules): Add docs. > > * test-suite/tests/syntax.test: Add tests.
Looks good to me. The log should mention the new section in api-macros.texi. > +@subsubsection Reporting syntax errors in macros Should be capitalized. Thanks! Ludo’.
