This commit is contained in:
nub31
2025-05-26 19:16:56 +02:00
parent bc040c3fef
commit cfd7a6ebef
18 changed files with 124 additions and 156 deletions

View File

@@ -7,7 +7,7 @@ dotnet publish -c Release src/compiler/Nub.Lang
clear
nub example out/out.qbe
nub example out/out.qbe > out/out.qbe
nasm -g -felf64 src/runtime/runtime.asm -o out/runtime.o