This commit is contained in:
nub31
2026-02-11 21:47:51 +01:00
parent 0a5b39b217
commit 21a095f691
4 changed files with 284 additions and 166 deletions

View File

@@ -1,11 +1,10 @@
pushd math
dotnet run --project ../../compiler math.nub --type=lib
pushd .build
unzip out.nublib
popd
popd
pushd program
dotnet run --project ../../compiler main.nub ../math/.build/out.nublib
popd