Implement module loading and imports

This commit is contained in:
2026-06-16 10:01:31 +09:00
parent fead194ba6
commit bd3da1aeee
13 changed files with 586 additions and 124 deletions
+4
View File
@@ -0,0 +1,4 @@
MyConfig = {
host = String;
port = Int & > 443 default 8080;
};