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
SCRIPT_DIR=$(dirname "$0")
pushd $SCRIPT_DIR
pushd ../compiler
dotnet build -c Release
popd
@@ -15,3 +18,4 @@ pushd program
popd
./program/.build/out
popd