This commit is contained in:
Kartik K. Agaram 2014-07-09 23:30:09 -07:00
parent a032f3e898
commit f9ff24be5a
1 changed files with 8 additions and 0 deletions

8
Readme Normal file
View File

@ -0,0 +1,8 @@
== Installing
Prerequisites: Racket from http://racket-lang.org
$ cd mu
$ git clone http://github.com/arclanguage/anarki
$ ./anarki/arc mu.arc x.mu
#hash((1 . 1) (2 . 3) (3 . 4)) # state of simulated memory after executing x.mu
$ ./anark/arc mu.arc.t # automated tests