break/continue working

This commit is contained in:
nub31
2025-05-05 22:15:08 +02:00
parent bfaad0950b
commit df6e926bae
4 changed files with 64 additions and 10 deletions

View File

@@ -22,6 +22,6 @@ nasm -g -felf64 src/runtime/runtime.asm -o out/runtime.o
qbe out/out.qbe > out/out.s
gcc -c -g out/out.s -o out/out.o
gcc -no-pie -nostartfiles -o out/program out/gc.o out/runtime.o out/out.o
gcc -nostartfiles -o out/program out/gc.o out/runtime.o out/out.o
echo "done..."