Skip to main content

Theory of Computing Toolkit

Project description

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 also allows multiple cells, stacks, or tapes.

Installation

Tock depends on the following:

  • Python 2.7 or 3.x (required)

  • six (required)

  • GraphViz (to draw graphs)

  • IPython (to view notebooks)

  • openpyxl (to open Excel files)

The easiest way to get started is:

  1. Install Miniconda. Either Python 2.7 or 3.x is fine.

  2. Run conda install six jupyter openpyxl.

  3. In the root of the Tock directory, run python setup.py.

If you don’t have GraphViz, Tock will attempt to download and use Viz.js, which is slower but otherwise identical.

Documentation

The documentation is contained in a series of IPython notebooks:

To open them, run ipython notebook in the Tock directory. A web browser should open, showing you the contents of the directory. Click on doc and then one of the .ipynb files to view it.

Copying

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

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

tock-0.11.tar.gz (86.0 kB view hashes)

Uploaded Source

Built Distribution

tock-0.11-py2.7.egg (52.4 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page