An open API service indexing awesome lists of open source software.

https://github.com/notfirefox/turing-machine

Turing Machine Simulator
https://github.com/notfirefox/turing-machine

application cli turing-machine

Last synced: 2 months ago
JSON representation

Turing Machine Simulator

Awesome Lists containing this project

README

          

# Turing Machine
Turing Machine Simulator

## :clipboard: Requirements
- C99
- Make

## :package: Installation
Install the program using the following command.
```sh
make && sudo make install
```

It will be available as `tm`. See `man tm` for more information.