Phase 30.1 & 73: Stage-3 features env and JoinIR flag cleanup

This commit is contained in:
nyash-codex
2025-11-30 14:30:28 +09:00
parent 2ea0f2a202
commit a3d5bacc55
163 changed files with 638 additions and 576 deletions

View File

@ -110,8 +110,7 @@ fn call_hako_box(name: &str, ctx: &SsotCtx) -> Option<String> {
.arg("vm")
.arg(&path)
// Parser/entry tolerances (same as smokes "safe" mode)
.env("NYASH_PARSER_STAGE3", "1")
.env("HAKO_PARSER_STAGE3", "1")
.env("NYASH_FEATURES", "stage3")
.env("NYASH_PARSER_ALLOW_SEMICOLON", "1")
.env("NYASH_ENTRY_ALLOW_TOPLEVEL_MAIN", "1")
// Disable inline compiler for stability