set -e pushd core dotnet run --project ../../compiler print.nub --type=lib popd pushd math dotnet run --project ../../compiler math.nub --type=lib popd pushd program dotnet run --project ../../compiler main.nub ../math/.build/out.nublib ../core/.build/out.nublib popd