Implement AOT backend infrastructure with CLI integration

Co-authored-by: moe-charm <217100418+moe-charm@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot]
2025-08-14 04:38:20 +00:00
parent 8443635380
commit db9bcd3b45
7 changed files with 1026 additions and 3 deletions

4
test_aot.nyash Normal file
View File

@ -0,0 +1,4 @@
// Simple arithmetic test for AOT compilation
x = 42
y = 58
result = x + y