#!/bin/bash set -uxo pipefail ghc -o interpreter src/*.hs ./interpreter $@ rm src/*.{hi,o}