Implement AOT backend infrastructure with CLI integration
Co-authored-by: moe-charm <217100418+moe-charm@users.noreply.github.com>
This commit is contained in:
4
test_aot.nyash
Normal file
4
test_aot.nyash
Normal file
@ -0,0 +1,4 @@
|
||||
// Simple arithmetic test for AOT compilation
|
||||
x = 42
|
||||
y = 58
|
||||
result = x + y
|
||||
Reference in New Issue
Block a user