Implementation of the UM-32 "Universal Machine" as described by the Cult of the Bound Variable

add sandmark benchmark script

tjh 2bc3488f ab6e8251

Changed files
+3
+3
sandmark.sh
··· 1 + #!/usr/bin/env bash 2 + cargo clean && cargo build --release 3 + hyperfine 'target/release/um --time files/sandmark.umz'