From 18fe83991563c0072fabaa60ff161e781a5364c2 Mon Sep 17 00:00:00 2001 From: Adrian Kummerlaender Date: Sat, 21 Feb 2015 18:30:53 +0100 Subject: Added `README.md` to the Turing machine example --- example/turing/README.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 example/turing/README.md diff --git a/example/turing/README.md b/example/turing/README.md new file mode 100644 index 0000000..84be368 --- /dev/null +++ b/example/turing/README.md @@ -0,0 +1,5 @@ +# turing + +…is an example implementation of the most conclusive demonstration of how _TypeAsValue_ may be used to perform arbitrary compile time computations: a _Turing machine_. + +It prints the initial and final tape states gained by evaluating both a _Mirror_ state transition table and the well known _Busy Beaver_ example. -- cgit v1.2.3