Migrate selfhost scripts to lang compiler entry; remove residual apps/selfhost-compiler usage in tools; accept optional emission

This commit is contained in:
nyash-codex
2025-11-01 18:53:15 +09:00
parent 2326b6b1bd
commit fcf28be8f9
8 changed files with 17 additions and 37 deletions

View File

@ -18,7 +18,7 @@ export NYASH_RESOLVE_FIX_BRACES=1
export NYASH_RESOLVE_DEDUP_BOX=1
BIN=./target/release/nyash
APP_MIX=apps/selfhost/vm/collect_mixed_using_smoke.nyash
APP_MIX=lang/src/compiler/entry/compiler_stageb.hako # TODO migrate to a proper mixed-using smoke under lang
APP_INS=apps/tests/dev_seam_inspect_dump.nyash
echo "[dev] run using-mixed app to produce dump ..." >&2