From 31b2f62e121cb219d1f9ae2189da5bf53863b7a2 Mon Sep 17 00:00:00 2001 From: Jed Barber Date: Sat, 21 Jan 2017 12:42:02 +1100 Subject: External links now target _blank --- project/templates/thue2a.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'project/templates/thue2a.html') diff --git a/project/templates/thue2a.html b/project/templates/thue2a.html index 80e29c0..3ce9de9 100644 --- a/project/templates/thue2a.html +++ b/project/templates/thue2a.html @@ -11,9 +11,9 @@

Thue Version 2a

-

Thue is an esoteric programming language -based on unrestricted grammars. A Thue program consists of a number of rules detailing a -sequence of symbols to replace and a sequence of symbols to replace with, and an initial +

Thue is an esoteric programming +language based on unrestricted grammars. A Thue program consists of a number of rules detailing +a sequence of symbols to replace and a sequence of symbols to replace with, and an initial state of the program. Applicable rules are then applied to the inital state in a random order until no more are applicable, at which point the program terminates.

-- cgit