compiler: load imports and enforce package exports

This commit is contained in:
2026-08-11 22:25:59 +09:00
parent 7bc96b4e03
commit db96422f74
14 changed files with 894 additions and 118 deletions

View File

@@ -5,6 +5,7 @@
// (the package, not the file, is the unit of testing).
package strings_test;
import bytes;
import strings;
import os;
import test;