Turing Machine Language

A language designed to teach students about Turing Machines.

Getting Started

To get started with the Turing Machine Interpreted Language (or TML), download the installer from GitHub. After downloading the installer, make sure to follow the installation instructions.

Source code & Releases

To get the installer, just go to the righthand side of the page, click on "Releases", and download the .msi installer provided under the latest release.

Next, try typing tm into the command line. Assuming the installation has succeeded, you should enter the TML CLI and see the following text: Turing Machine Language vx.x.x with whatever version you've installed. Type RUN on a new line to exit.

If typing RUN successfully exited back to the command line, congratulations, you've gotten TML set up properly!

Last updated