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.
- Host: GitHub
- URL: https://github.com/itstorque/turing-machine-simulator
- Owner: itstorque
- License: mit
- Created: 2019-08-01T21:11:17.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-11-11T12:39:31.000Z (over 6 years ago)
- Last Synced: 2025-02-02T20:53:59.803Z (over 1 year ago)
- Language: Python
- Homepage:
- Size: 20.5 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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])