summaryrefslogtreecommitdiff
path: root/readme.txt
diff options
context:
space:
mode:
authorJed Barber <jjbarber@y7mail.com>2014-12-21 12:17:11 +1100
committerJed Barber <jjbarber@y7mail.com>2014-12-21 12:17:11 +1100
commitc6ce42b8a322fa114eb1c2087e734333ac2fb634 (patch)
treea635e8683399eeb99ca7c44e2ef89d4e17e939cb /readme.txt
parentce4a5e99734a005438426c4d2d02de180bc4b41d (diff)
Added an actual list of available interpreters to make things more clear
Diffstat (limited to 'readme.txt')
-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.