nyash-codex
981555261d
Bridge v1 negatives (Method/Constructor/ModuleFunction) + BuildBox skeleton
- Add v1 bridge negative canaries (opt-in via SMOKES_ENABLE_BRIDGE_CANON):
- canonicalize_method_missing_receiver_negative_vm.sh
- canonicalize_constructor_missing_boxtype_negative_vm.sh
- canonicalize_modulefn_unsupported_negative_vm.sh
- Add BuildBox skeleton under lang/src/compiler/build (README + build_box.hako)
- Provides interface for emit/verify plan; real wiring to be added incrementally