Initial draft of test-library-imports, plus bug fixes.
authorChris Hanson <org/chris-hanson/cph>
Thu, 4 Oct 2018 05:59:25 +0000 (22:59 -0700)
committerChris Hanson <org/chris-hanson/cph>
Thu, 4 Oct 2018 05:59:25 +0000 (22:59 -0700)
commit6ab4647ce98404852600c500d0c7977947625480
tree667f6e44d3c192c7442acab1b2089d9c4cc091b1
parent72037363015ebe9fb7c6f5409d73262910d311c2
Initial draft of test-library-imports, plus bug fixes.
src/runtime/library-database.scm
src/runtime/library-imports.scm
src/runtime/library-loader.scm
src/runtime/library-parser.scm
src/runtime/library-standard.scm
src/runtime/runtime.pkg
tests/check.scm
tests/runtime/test-library-data/dependencies.scm [new file with mode: 0644]
tests/runtime/test-library-data/support-code.scm [new file with mode: 0644]
tests/runtime/test-library-imports.scm [new file with mode: 0644]
tests/runtime/test-library-parser.scm