2017 © Pedro PelĂĄez
 

library turing-machine

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

image

hochreutenerl/turing-machine

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

  • Wednesday, May 2, 2018
  • by hochreutenerl
  • Repository
  • 0 Watchers
  • 0 Stars
  • 5 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 3 Versions
  • 0 % Grown

The README.md

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., (*1)

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

The Versions

02/05 2018

dev-master

9999999-dev

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

  Sources   Download

MIT

The Requires

  • php >=7.1.0

 

The Development Requires

by Luca Hochreutener, Jonas RĂŒegger

09/03 2018

1.0.1

1.0.1.0

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

  Sources   Download

MIT

The Requires

  • php >=7.1.0

 

The Development Requires

by Luca Hochreutener, Jonas RĂŒegger

22/12 2017

1.0.0

1.0.0.0

implementation of turing machine

  Sources   Download

MIT

The Requires

  • php >=7.1.0

 

The Development Requires

by Luca Hochreutener, Jonas RĂŒegger