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

https://github.com/itstorque/turing-machine-simulator

A Python Based, Customizable Turing Machine Simulator.
https://github.com/itstorque/turing-machine-simulator

Last synced: over 1 year ago
JSON representation

A Python Based, Customizable Turing Machine Simulator.

Awesome Lists containing this project

README

          

# Turing Machine Simulator
A Python Based, Customizable Turing Machine Simulator.

Write your own turing machine programs and run them inside the simulator with a simple command:
```./turing file_name```

### Syntax

The syntax is very simple, all instructions look like this `state input output move_head next_state`

### Compiling

Currently you can only compile into the dollowing types:
* Assembly (ASM as intended to be run on RISC-V processors, with the extension [.S])