From c6ce42b8a322fa114eb1c2087e734333ac2fb634 Mon Sep 17 00:00:00 2001 From: Jed Barber Date: Sun, 21 Dec 2014 12:17:11 +1100 Subject: Added an actual list of available interpreters to make things more clear --- readme.txt | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) 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: + 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. -- cgit