Complete weak reference auto-nil system implementation

Co-authored-by: moe-charm <217100418+moe-charm@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot]
2025-08-12 22:23:38 +00:00
parent 5fe4891f19
commit c6a135193d
5 changed files with 79 additions and 18 deletions

View File

@ -41,6 +41,7 @@ mod web_methods;
mod special_methods;
// Main interpreter implementation - will be moved from interpreter.rs
pub use core::NyashInterpreter;
/// 実行制御フロー