From ca314ee310b76e78be7fcadc4564090ef0cfe739 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juhani=20Krekel=C3=A4?= Date: Thu, 12 Jul 2018 17:36:17 +0300 Subject: [PATCH] Add note about Turing completeness --- README | 1 + 1 file changed, 1 insertion(+) diff --git a/README b/README index 3fc5102..ea5a51f 100644 --- a/README +++ b/README @@ -1,4 +1,5 @@ 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 program execution by one step each time it is executed.