Library functioning using new quasiquote.
authorTim Vaughan <tgvaughan@gmail.com>
Sun, 25 Jun 2017 21:08:59 +0000 (09:08 +1200)
committerTim Vaughan <tgvaughan@gmail.com>
Sun, 25 Jun 2017 21:08:59 +0000 (09:08 +1200)
commit455f839be6ce83f0131de3cc6d3449e9e6b85ca3
tree40271585a5b2a5375f911a084ae366409f59e966
parent6a5e70c39ecda241347d0b8881fda4aea31dd3cf
Library functioning using new quasiquote.

New macro quasiquote is much slower than previous primitive
implementation, but more elegant.  Syntactic analysis should
mitigate some of this problem.  Currently shares limitation
of primitive implementation in that quasiquotations can't be
reliably nested.
src/scheme-library.scm
src/scheme.4th
src/testing-library.scm [deleted file]