Major changes: - LLVM backend initial implementation (compiler.rs, llvm mode) - Semantics layer integration in interpreter (operators.rs) - Phase 12 plugin architecture revision (3-layer system) - Builtin box removal preparation - MIR instruction set documentation (26→Core-15 migration) - Cross-backend testing infrastructure - Await/nowait syntax support New features: - LLVM AOT compilation support (--backend llvm) - Semantics layer for interpreter→VM flow - Tri-backend smoke tests - Plugin-only registry mode Bug fixes: - Interpreter plugin box arithmetic operations - Branch test returns incorrect values Documentation: - Phase 12 README.md updated with new plugin architecture - Removed obsolete NYIR proposals - Added LLVM test programs documentation Co-Authored-By: Claude <noreply@anthropic.com>
Nyash Archive 🗄️
過去のドキュメント、設計決定、相談記録のアーカイブです。
📂 ディレクトリ構造
consultations/
AI相談記録の保管場所
- gemini/ - Gemini AIとの相談記録
- chatgpt/ - ChatGPTとの相談記録
- codex/ - Codexの解析結果
decisions/
過去の設計決定とその理由
- アーキテクチャ決定記録(ADR)
- 廃止された機能の説明
- 設計変更の経緯
build-logs/
ビルドログとベンチマーク結果
- パフォーマンス測定記録
- ビルドエラーの履歴
- 最適化の記録
old-versions/
古いバージョンのドキュメント
- 廃止された仕様
- 以前のガイドやチュートリアル
- 旧バージョンのREADME
generated/
自動生成されたドキュメント
- MIRダンプ
- ベンチマーク結果
- コード解析レポート
⚠️ 注意事項
このディレクトリの内容は歴史的参照用です。 最新情報は以下を参照してください:
- 現在の仕様:
/reference/ - 利用ガイド:
/guides/ - 開発状況:
/development/