From 170d41a46fde35e461221cd79545dbae6ed7f52f Mon Sep 17 00:00:00 2001 From: Thom <14987462+thomhayward@users.noreply.github.com> Date: Wed, 27 Nov 2024 21:05:05 +0000 Subject: [PATCH] create README.md --- README.md | 10 ++++++++++ 1 file(s) changed, 10 insertion(s)(+), 0 deletion(s)(-) 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 +``` -- tangled.sh