Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-02-21 | Added `README.md` to the Turing machine example | Adrian Kummerlaender | |
2015-02-21 | Moved Turing machine printing into separate function | Adrian Kummerlaender | |
2015-02-21 | Separated Turing machine implementation into components | Adrian Kummerlaender | |
* i.e. separate namespaces and headers for _Tape_ and _State_ functions * `void` is now used as the `BLANK` field value | |||
2015-02-21 | Implemented basic Turing machine as an example | Adrian 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 |