feat: Phase 9.75g-0 BID-FFI完了 + Phase 9.8準備

- BID-FFI基盤実装完了(プラグインシステム動作確認)
- Phase 8.6 VM性能改善完了(50.94倍高速化達成)
- Phase 9.78 LLVM PoC基盤完成
- Phase 9.8 BIDレジストリ準備(nyash.toml活用戦略)
- ビルドエラー修正、警告は後で対応

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
Moe Charm
2025-08-18 21:10:06 +09:00
parent 012fc1930f
commit 5d1a140919
11 changed files with 1332 additions and 27 deletions

View File

@ -0,0 +1,9 @@
/*!
* Code Generation Module - Generate code from BID definitions
*/
pub mod generator;
pub mod targets;
pub use generator::*;
pub use targets::*;