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

@@ -77,6 +77,7 @@ main(int argc, char **argv)
check_init(&c, a);
c.is_test = testmode;
c.sep_mode = sepmode;
check_file(&c, file);
if (c.errs) return 1;