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

@ -33,7 +33,7 @@ Examples:
tools/dev_selfhost_loop.sh apps/selfhost-minimal/main.nyash
# Watch mode with Ny std libs loaded
tools/dev_selfhost_loop.sh --watch --std apps/selfhost/ny-parser-nyash/main.nyash
tools/dev_selfhost_loop.sh --watch --std lang/src/compiler/entry/compiler_stageb.hako
EOF
}