An open API service indexing awesome lists of open source software.

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

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/.