WIP: dev #1

Draft
nub31 wants to merge 103 commits from dev into master
Showing only changes of commit 9da370e387 - Show all commits

View File

@@ -1,11 +1,15 @@
set -e
pushd ../compiler
dotnet build -c Release
popd
pushd core
dotnet run --project ../../compiler sys.nub print.nub --type=lib
time ../../compiler/bin/Release/net9.0/Compiler sys.nub print.nub --type=lib
popd
pushd program
dotnet run --project ../../compiler main.nub ../core/.build/out.nublib
time ../../compiler/bin/Release/net9.0/Compiler main.nub ../core/.build/out.nublib
popd
./program/.build/out