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

@ -231,9 +231,9 @@ override → O # オーバーライド
**すべての糖衣構文は双方向変換可能:**
```bash
# フォーマッターによる自由な変換
nyash format --style=explicit code.nyash # 明示的記法へ
nyash format --style=sugar code.nyash # 糖衣構文へ
nyash format --style=ancp code.nyash # 極限圧縮へ
nyash format --style=explicit code.hako # 明示的記法へ
nyash format --style=sugar code.hako # 糖衣構文へ
nyash format --style=ancp code.hako # 極限圧縮へ
```
**同じコードの3つの表現**