summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--readme.txt13
1 files changed, 12 insertions, 1 deletions
diff --git a/readme.txt b/readme.txt
index 77f7f11..1d845eb 100644
--- a/readme.txt
+++ b/readme.txt
@@ -1,10 +1,21 @@
+List of interpreters:
+ Fractran
+ Thue
+ Unlambda
+ Brainfuck
+ Grasp
+
+
+
+
Usage of each interpreter is of the form:
<interpreter name> <program file>
+
The Thue interpreter has several command line switches:
-l --left Evaluates applicable rules left to right
@@ -16,6 +27,7 @@ The Thue interpreter has several command line switches:
+
The Grasp interpreter has a command line switch:
--testing Outputs a before and after of the graph, for debugging
@@ -23,7 +35,6 @@ The Grasp interpreter has a command line switch:
-
Fractran file format is one integer followed by an arbitrary number of
fractions of the form a/b where both a and b are integers and b is not 0.
Whitespace is not allowed inside a fraction, but is otherwise ignored.