From 871e99e8e5a6db8f83ae1a90078990ffbfa7ad3a Mon Sep 17 00:00:00 2001 From: Dimitri Lozeve Date: Mon, 11 Jan 2021 21:43:24 +0100 Subject: [PATCH] Add a readme --- README.org | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 README.org diff --git a/README.org b/README.org new file mode 100644 index 0000000..e2dd323 --- /dev/null +++ b/README.org @@ -0,0 +1,13 @@ +* The Cult of the Bound Variables + +Solutions to the [[http://www.boundvariable.org/task.shtml][2006 ICFP Programming Contest]]. + +** Universal Machine + +The Universal Machine is implemented in [[um.c]]. Compile it with =make= +and run it on a UM program: + +#+begin_src sh + ./um sandmark.umz # benchmark + ./um codex.umz +#+end_src