Files
hakorune/lang/src/vm/LAYER_GUARD.hako

7 lines
404 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

// LAYER_GUARD — VM Layer Guard (Phase 20.8)
// Policy:
// - lang/src 優先。lang/src 配下からの `using "selfhost/..."` 直参照は禁止。
// - 参照は lang/src の等価箱(ミラー)へ統一し、段階撤退を進める。
// - MiniVM の新規機能追加は慎重に(既定は凍結・スモークで仕様固定)。
static box MiniVmLayerGuard { main(args) { return 0 } }