diff --git a/dist/index.html b/dist/index.html index 2c62915..252a3df 100644 --- a/dist/index.html +++ b/dist/index.html @@ -55,6 +55,7 @@
A machine that reads from the tape an integer in unary notation (n is represented by a list of n occurrences of the symbol 1) and writes it back doubled.
Instructions: click the link above; when the machine has been loaded, click the tape head (the cell with a large black border), type 1
as many times as you like, press the Enter
key and hit the play button.
After the machine halts, if you hit the stop button, then the play button again it will duplicate again the latest result.
A machine that reads from the tape an integer in binary notation and writes it back incremented by one.
Instructions: click the link above; when the machine has been loaded, click the tape head (the cell with a large black border), type a sequence of 1
s and 0
s, press the Enter
key and hit the play button.
After the machine halts, if you hit the stop button, then the play button again it will keep incrementing the number more and more.
+After the machine halts, if you hit the stop button, then the play button again it will increment again the latest result.