add quasisyntax
authorAndreas Rottmann <a.rottmann@gmx.at>
Sat, 14 Nov 2009 16:25:12 +0000 (17:25 +0100)
committerAndy Wingo <wingo@pobox.com>
Sat, 14 Nov 2009 16:25:12 +0000 (17:25 +0100)
commitcb65f76c7408569d72ed82b77a154acd79d29c69
treee2bbee338ecac322dca2f6ded46731a82ba720cb
parentd89fae24f516ed4aaadae531bef98de8d524b9f9
add quasisyntax

* module/Makefile.am:
* module/ice-9/boot-9.scm:
* module/ice-9/quasisyntax.scm: Add quasisyntax. Implementation by Andre
  van Tonder, patch by Andreas Rottmann.
* test-suite/tests/srfi-10.test: Hack to remove srfi-10's clobbering of
  #,.
* test-suite/tests/syncase.test: Add a quasisyntax test.
module/Makefile.am
module/ice-9/boot-9.scm
module/ice-9/quasisyntax.scm [new file with mode: 0644]
test-suite/tests/srfi-10.test
test-suite/tests/syncase.test