Implement quote-identifier, which is needed for macro-generating macros.
authorChris Hanson <org/chris-hanson/cph>
Sun, 28 Jan 2018 23:36:17 +0000 (15:36 -0800)
committerChris Hanson <org/chris-hanson/cph>
Sun, 28 Jan 2018 23:36:17 +0000 (15:36 -0800)
commit8a108d5bea363be54d0889730e0897f11f2efbab
tree52b0e01d6dcec027950fd35f1d19fd4bd381a7f7
parent6e7dfafd860284e7e8bc7ac60f373ef777315aa0
Implement quote-identifier, which is needed for macro-generating macros.

I'm not entirely happy with this; it feels like a wart.  But I don't see an
alternative at the moment.
src/runtime/mit-syntax.scm
src/runtime/runtime.pkg
src/runtime/syntax-definitions.scm
src/runtime/syntax-output.scm
src/runtime/syntax-rename.scm
tests/check.scm
tests/runtime/test-syntax-rename.scm [new file with mode: 0644]