https://github.com/hochreutenerl/turingmachine
https://github.com/hochreutenerl/turingmachine
php php7 turing-machine
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/hochreutenerl/turingmachine
- Owner: hochreutenerl
- Created: 2017-12-16T13:27:00.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-05-02T20:01:11.000Z (about 8 years ago)
- Last Synced: 2025-02-03T22:12:39.361Z (over 1 year ago)
- Topics: php, php7, turing-machine
- Language: PHP
- Size: 408 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# TuringMachine
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
1. Run "composer install" from Command line
2. To run the multiplication: "php multiplication.php"
3. To run UnitTests: ".\vendor\bin\phpunit --coverage-html tests/report"
4. See the Test-Report in the tests/report subdirectory