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
- Host: GitHub
- URL: https://github.com/notfirefox/turing-machine
- Owner: notfirefox
- License: bsd-3-clause
- Created: 2023-07-14T06:47:21.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2025-03-03T15:05:46.000Z (over 1 year ago)
- Last Synced: 2026-01-14T16:04:09.548Z (5 months ago)
- Topics: application, cli, turing-machine
- Language: C
- Homepage:
- Size: 4.88 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.