hochreutenerl / turing-machine
Implementation of turing machine. It was part of a school project at zhaw.
Installs: 11
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 0
Open Issues: 0
pkg:composer/hochreutenerl/turing-machine
Requires
- php: >=7.1.0
Requires (Dev)
- phpunit/phpunit: ^6.4
This package is auto-updated.
Last update: 2025-12-15 05:33:28 UTC
README
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.
Intallation / Usage
- 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