Theory of Computing Toolkit


License
MIT
Install
pip install tock==0.31

Documentation

Tock

Tock stands for Theory Of Computing toolKit. It can simulate the automata taught in standard theory of computation courses (deterministic and nondeterministic finite automata, pushdown automata, and Turing machines). It can also simulate many extensions, like multiple stacks or tapes.

Installation

Tock depends on the following:

Steps:

  1. Run pip install tock.

  2. Install Jupyter by running pip install jupyter (or conda install jupyter if you use Anaconda).

  3. Install GraphViz.

Copying

This is open-source software under the MIT License. See LICENSE.txt for more information.