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

@ -6,8 +6,8 @@ wasmtime compileによるAOT実行ファイル生成で確実なユーザー価
## 🎯 実装目標
```bash
# 目標実装
nyash --compile-native app.nyash -o app.exe # AOT実行ファイル生成
nyash --aot app.nyash # 短縮形
nyash --compile-native app.hako -o app.exe # AOT実行ファイル生成
nyash --aot app.hako # 短縮形
./app.exe # 起動高速化JIT起動コスト除去
# 内部実装
@ -125,7 +125,7 @@ fn main() {
## ✅ Acceptance Criteria
### 機能要件
- [ ] `nyash --compile-native app.nyash -o app.exe` 動作
- [ ] `nyash --compile-native app.hako -o app.exe` 動作
- [ ] 生成実行ファイルが単独で動作依存関係なし
- [ ] 既存Nyashプログラムが100%互換で高速実行