Refactor Universal Machine interpreter
This commit is contained in:
parent
9376de6140
commit
7d4c2b3113
5 changed files with 42 additions and 26 deletions
|
@ -6,8 +6,8 @@ Solutions to the [[http://www.boundvariable.org/task.shtml][2006 ICFP Programmin
|
|||
|
||||
** Universal Machine
|
||||
|
||||
The Universal Machine is implemented in [[um.c]]. Compile it with =make=
|
||||
and run it on a UM program:
|
||||
The Universal Machine is implemented in [[src/um.c]]. Compile it with
|
||||
=make= and run it on a UM program:
|
||||
|
||||
#+begin_src sh
|
||||
./um sandmark.umz # benchmark
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue