Implementation of the UM-32 "Universal Machine" as described by the Cult of the Bound Variable
1# UM-32 "Universal Machine" 2 3An implementation of the UM-32 "Universal Machine" as described by the [Cult of the Bound Variable](http://boundvariable.org). 4 5## Usage 6 7Run the benchmark: 8```sh 9; cargo run --release -- files/sandmark.umz 10```