Add a readme
This commit is contained in:
parent
13b559e275
commit
871e99e8e5
1 changed files with 13 additions and 0 deletions
13
README.org
Normal file
13
README.org
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue