Add a readme

This commit is contained in:
Dimitri Lozeve 2021-01-11 21:43:24 +01:00
parent 13b559e275
commit 871e99e8e5

13
README.org Normal file
View file

@ -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