diff options
-rw-r--r-- | Readme | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/Readme b/Readme new file mode 100644 index 00000000..d84e9fde --- /dev/null +++ b/Readme @@ -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 |