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

create README.md

authored by

Thom and committed by
GitHub
170d41a4 8cfc3920

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