Add note about Turing completeness

This commit is contained in:
Juhani Krekelä 2018-07-12 17:36:17 +03:00
parent e5c7024a29
commit ca314ee310
1 changed files with 1 additions and 0 deletions

1
README
View File

@ -1,4 +1,5 @@
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 sf2xed.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.