phase: 20.49 COMPLETE; 20.50 Flow+String minimal reps; 20.51 selfhost v0/v1 minimal (Option A/B); hv1-inline binop/unop/copy; docs + run_all + CURRENT_TASK -> 21.0

This commit is contained in:
nyash-codex
2025-11-06 15:41:52 +09:00
parent 2dc370223d
commit 77d4fd72b3
1658 changed files with 6288 additions and 2612 deletions

View File

@ -16,7 +16,7 @@ printf 'return 1+2*3\n' > "$ROOT_DIR/tmp/ny_parser_input.ny"
# This smoke requires FileBox plugin to be available. Do not run in CI with NYASH_DISABLE_PLUGINS=1.
OUT=$(NYASH_USE_NY_COMPILER=1 NYASH_NY_COMPILER_USE_TMP_ONLY=1 NYASH_NY_COMPILER_EMIT_ONLY=1 \
NYASH_SELFHOST_READ_TMP=1 \
"$BIN" --backend vm "$ROOT_DIR/apps/examples/string_p0.nyash" || true)
"$BIN" --backend vm "$ROOT_DIR/apps/examples/string_p0.hako" || true)
echo "$OUT" | rg -q 'Ny compiler MVP \(ny→json_v0\) path ON' \
&& echo "✅ selfhost read-tmp dev smoke PASS" >&2 \