hochreutenerl/turing-machine

Implementation of turing machine. It was part of a school project at zhaw.

1.0.1 2018-03-09 09:28 UTC

This package is auto-updated.

Last update: 2025-07-15 04:31:55 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

  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