https://github.com/rec0de/turing_pascal
Pascal implementation of a turing machine simulator
https://github.com/rec0de/turing_pascal
Last synced: 5 months ago
JSON representation
Pascal implementation of a turing machine simulator
- Host: GitHub
- URL: https://github.com/rec0de/turing_pascal
- Owner: rec0de
- License: unlicense
- Created: 2016-01-12T16:32:38.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-01-15T17:37:53.000Z (over 10 years ago)
- Last Synced: 2024-04-19T22:45:46.790Z (about 2 years ago)
- Language: Pascal
- Size: 524 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Turing Simulator
======
A Turing Machine simulator implemented in Pascal using Delphi 7 (ancient & proprietary, I know).
Disclaimer:
This is not what my code usually looks like. This was written as a project for a school course which required the tool to be developed in Pascal using an at least suboptimal input file format.
It might also be worth noting that I hate Delphi / Pascal with a passion. So, if you are my future employer: This is not good code. I usually do better. Thanks.