https://github.com/pihart/turing
A transpiler from my advanced syntax including functions for representing Turing Machines
https://github.com/pihart/turing
transpiler turing-machine
Last synced: 10 months ago
JSON representation
A transpiler from my advanced syntax including functions for representing Turing Machines
- Host: GitHub
- URL: https://github.com/pihart/turing
- Owner: pihart
- Created: 2020-09-20T06:33:18.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-09-21T01:35:59.000Z (over 5 years ago)
- Last Synced: 2025-01-16T07:14:17.282Z (12 months ago)
- Topics: transpiler, turing-machine
- Language: JavaScript
- Homepage: https://pihart.github.io/Turing/
- Size: 18.6 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
A bodged-together transpiler from my advanced syntax for encoding Turing machines to the syntax accepted by https://turingmachinesimulator.com/.
Partially documented at link below (/docs/index.html) and partially documented in /examples directory. Function signatures can also be found in /transpiler.js.
Transpile twice when using functions to capture the two-stage transpilation process.
Play with it at https://pihart.github.io/Turing/.