diff options
author | Jed Barber <jjbarber@y7mail.com> | 2014-12-21 12:17:11 +1100 |
---|---|---|
committer | Jed Barber <jjbarber@y7mail.com> | 2014-12-21 12:17:11 +1100 |
commit | c6ce42b8a322fa114eb1c2087e734333ac2fb634 (patch) | |
tree | a635e8683399eeb99ca7c44e2ef89d4e17e939cb | |
parent | ce4a5e99734a005438426c4d2d02de180bc4b41d (diff) |
Added an actual list of available interpreters to make things more clear
-rw-r--r-- | readme.txt | 13 |
1 files changed, 12 insertions, 1 deletions
@@ -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. |