https://github.com/wardbrian/turinggrapher
https://github.com/wardbrian/turinggrapher
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/wardbrian/turinggrapher
- Owner: WardBrian
- Created: 2018-09-13T23:13:43.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-09-13T23:23:13.000Z (over 6 years ago)
- Last Synced: 2025-01-28T15:23:34.977Z (4 months ago)
- Language: Python
- Size: 109 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Turing Grapher
This repository houses a python file which transforms specification files for Howard Straubing's Turing Machine simulator into DOT files of their associated graphic representation. It was created for Boston College's [CS399001](http://www.cs.bc.edu/~straubin/topics2018/syllabus.html) and draws from his simulator.
These can then be transformed with GraphViz or similar programs.
See the Examples folder for a specification file and the output of this program (as well as the final image output).