Simplify how runtime syntactic environments are created.
authorChris Hanson <org/chris-hanson/cph>
Thu, 1 Feb 2018 07:00:33 +0000 (23:00 -0800)
committerChris Hanson <org/chris-hanson/cph>
Thu, 1 Feb 2018 07:00:33 +0000 (23:00 -0800)
commit8ad474ab812c9cd8e8904eaff9b2282cd22c5c44
treebc4771ab7680c7eaa011c20c1561394b0cefec91
parent6b6e3aefe7680fb5a87f1b08353afd82cf1ed4af
Simplify how runtime syntactic environments are created.

No more layering of top-level environments over one another, or of top-level
environments over runtime environments -- a top-level environment IS a runtime
environment.
src/runtime/runtime.pkg
src/runtime/syntax-environment.scm
src/runtime/syntax.scm