Don't rewrite library imports after parsing them.
authorChris Hanson <org/chris-hanson/cph>
Tue, 22 Oct 2019 05:12:36 +0000 (22:12 -0700)
committerChris Hanson <org/chris-hanson/cph>
Tue, 22 Oct 2019 05:12:36 +0000 (22:12 -0700)
commitdc8490ce92a5d069d486e55be4ff608c2daf06c0
treeeda8f82ee89fce72db20102ab4366a857378b8be
parentabb749f59f9dfd158c8192baed0038954439e075
Don't rewrite library imports after parsing them.

It's more convenient to have the retain their syntax, so that they can be used
by programs using reflective access to the libraries.
src/runtime/library-imports.scm
src/runtime/library-parser.scm
tests/runtime/test-library-data/support-code.scm
tests/runtime/test-library-parser.scm