Complete Phase 6.1: AST lowering for New/FieldAccess → MIR Ref ops with tests and VM field storage

Co-authored-by: moe-charm <217100418+moe-charm@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot]
2025-08-13 10:26:46 +00:00
parent af3ad5e5e2
commit 9adb34ff58
4 changed files with 409 additions and 1 deletions

View File

@ -35,6 +35,9 @@ pub mod transport;
// 🚀 MIR (Mid-level Intermediate Representation) Infrastructure (NEW!)
pub mod mir;
// 🚀 Backend Infrastructure (NEW!)
pub mod backend;
#[cfg(target_arch = "wasm32")]
pub mod wasm_test;