This is a php implementation of a Turing machine.The Turing machine can be used for multiple purposes. Some examples are stated in the main directory.
- Run "composer install" from Command line
- To run the multiplication: "php multiplication.php"
- To run UnitTests: ".\vendor\bin\phpunit --coverage-html tests/report"
- See the Test-Report in the tests/report subdirectory