Stage 2 Progress: box_trait.rs refactoring (1,456→1,001 lines, 31% reduction)

Co-authored-by: moe-charm <217100418+moe-charm@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot]
2025-08-14 13:32:06 +00:00
parent 7f997ee135
commit 71719aba65
6 changed files with 2096 additions and 459 deletions

View File

@ -22,7 +22,7 @@ pub mod finalization;
pub mod exception_box;
pub mod method_box;
pub mod operator_traits;
pub mod box_operators;
pub mod box_arithmetic; // 🚀 Moved from box_trait.rs for better organization
pub mod value; // 🔥 NyashValue Revolutionary System
// 🚀 MIR Infrastructure