diff --git a/README.md b/README.md new file mode 100644 --- /dev/null +++ b/README.md @@ -0,0 +1,10 @@ +# UM-32 "Universal Machine" + +An implementation of the UM-32 "Universal Machine" as described by the [Cult of the Bound Variable](http://boundvariable.org). + +## Usage + +Run the benchmark: +```sh +; cargo run --release --features timing -- files/sandmark.umz +```