Merge branch '1.30' into byterun_dev_1.30

This commit is contained in:
ProgramSnail 2025-03-16 11:23:26 +03:00
commit 67d1a3c135
131 changed files with 905 additions and 364 deletions

View file

@ -1,8 +1,9 @@
(rule
(targets Sort.x64.exe)
(targets Sort.exe)
(deps
(:lama Sort.lama)
../runtime/runtime.a)
../runtime/runtime.a
../stdlib/x64/Fun.i)
(mode
(promote (until-clean)))
(action
@ -11,11 +12,11 @@
"../runtime"
(run
%{project_root}/src/Driver.exe
-march=x86_64
-64
%{lama}
-I
../stdlib/x64
-I
-runtime
../runtime
-o
%{targets}))))