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:
9
src/bid-codegen-from-copilot/codegen/mod.rs
Normal file
9
src/bid-codegen-from-copilot/codegen/mod.rs
Normal 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::*;
|
||||
Reference in New Issue
Block a user