aboutsummaryrefslogtreecommitdiff
path: root/example/turing/CMakeLists.txt
AgeCommit message (Collapse)Author
2015-02-21Implemented basic Turing machine as an exampleAdrian Kummerlaender
* executes and prints the _Busy Beaver_ and _Mirror_ state transitions * this example demonstrates how one may use _TypeAsValue_ to simplify and augment normal statically recursive template metaprograms where it makes sense