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
+6
View File
@@ -0,0 +1,6 @@
let
schema = import "./schema.dcdl";
in
schema.MyConfig & {
host = "localhost";
}