Compare commits

...

2 Commits

Author SHA1 Message Date
Juhani Krekelä ca314ee310 Add note about Turing completeness 2018-07-12 17:36:17 +03:00
Juhani Krekelä e5c7024a29 Fix typo 2018-07-12 17:35:21 +03:00
1 changed files with 2 additions and 1 deletions

3
README
View File

@ -1,6 +1,7 @@
Project to translate smallfuck (with unbounded to the right tape) to xed. Project to translate smallfuck (with unbounded to the right tape) to xed.
Unlike the reqular version of smallfuck, this version is Turing complete.
The command created by bf2xed.py produces a replacement command that advances The command created by sf2xed.py produces a replacement command that advances
the program execution by one step each time it is executed. the program execution by one step each time it is executed.
To produce a tape usable by the step command, input your tape in the form: To produce a tape usable by the step command, input your tape in the form: