Implements parsers to handle various computational problems in mathematical logic.
Run chmod +x scripts/*.sh once.
To force things to run in Docker, set the contents of .whales/DOCKER_DEPTH to 0,
or call
echo "0" >| .whales/DOCKER_DEPTH;To force things to not run in Docker, set the contents of .whales/DOCKER_DEPTH to 1.
Run
./scripts/build.sh;and see instructions about flags.
Run
./scripts/test.sh;and see instructions about flags.
Run
./scripts/clean.sh;and see instructions about flags.