🚀 MIR Stage 1 Basic Infrastructure Complete - 20 Instructions + SSA + Effects

Co-authored-by: moe-charm <217100418+moe-charm@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot]
2025-08-12 11:33:48 +00:00
parent a515bbd7c7
commit 774e0bb241
12 changed files with 3334 additions and 7 deletions

6
test_mir_simple.nyash Normal file
View File

@ -0,0 +1,6 @@
/*!
* Simple test for basic MIR functionality
*/
// A simple Nyash program for testing MIR compilation
print(42 + 10)