while in terms of syntax-case
authorAndy Wingo <wingo@pobox.com>
Fri, 11 Jun 2010 14:57:50 +0000 (16:57 +0200)
committerAndy Wingo <wingo@pobox.com>
Fri, 11 Jun 2010 14:58:36 +0000 (16:58 +0200)
commit10e69149f64c9cdc126bda516ced4defb9775712
treed7ce323ffea77a1b6a8b84bb6cb9222d5936746d
parent322a36ce9f2f0fb6b314e1fb1c39fdb79497bc7b
while in terms of syntax-case

* module/ice-9/boot-9.scm (while): Reimplement in terms of syntax-case.
  Prompt inlining is coming later.

* test-suite/tests/syntax.test ("while"): Update the expected syntax
  errors.
module/ice-9/boot-9.scm
test-suite/tests/syntax.test