Reorganize cold-load for syntax.
authorChris Hanson <org/chris-hanson/cph>
Tue, 13 Feb 2018 05:24:32 +0000 (21:24 -0800)
committerChris Hanson <org/chris-hanson/cph>
Tue, 13 Feb 2018 05:24:32 +0000 (21:24 -0800)
commit8213921214699553fcf3db8d2a179579acb96693
tree9c19b693a9abf688ac091ac88a6c4f0252ad70f8
parentb8df35753623937a007b4626da512a7833a0c750
Reorganize cold-load for syntax.

* Rename syntax-transforms to syntax-low.
* Move expander-item to syntax-low.
* Don't load syntax-items early in cold load.
* Move compile-expr-item to syntax-items.
src/runtime/ed-ffi.scm
src/runtime/make.scm
src/runtime/runtime.pkg
src/runtime/syntax-items.scm
src/runtime/syntax-low.scm [moved from src/runtime/syntax-transforms.scm with 93% similarity]
src/runtime/syntax.scm