WIP: dev #1

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

View File

@@ -2,6 +2,9 @@
set -e set -e
SCRIPT_DIR=$(dirname "$0")
pushd $SCRIPT_DIR
pushd ../compiler pushd ../compiler
dotnet build -c Release dotnet build -c Release
popd popd
@@ -15,3 +18,4 @@ pushd program
popd popd
./program/.build/out ./program/.build/out
popd