Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 421 Bytes

README.md

File metadata and controls

11 lines (6 loc) · 421 Bytes

Description

A simple single-tape Turing machine simulator written for educational purposes.

It is implemented in Haskell and compiled to Javascript with the use of the Haste compiler.

You can test it online here, where you can also find instructions on the input format.