Files
hakorune/lang/src/tools/runner_front/LAYER_GUARD.hako

9 lines
267 B
Plaintext

#![doc = "Phase 20.13 runner_front guard — define layer responsibilities."]
static box RUNNER_FRONT_GUARD {
name() { return "runner_front" }
allowed_imports() { return ["json", "cli", "env"] }
forbidden_imports() { return ["vm_core", "llvm", "plugins"] }
}