Implementation of the UM-32 "Universal Machine" as described by the Cult of the Bound Variable
1#!/usr/bin/env bash 2cargo clean && cargo build --release 3hyperfine 'target/release/um --time files/sandmark.umz'