Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 503 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 503 Bytes

This is an interactive editor of turing machines. It allows you to edit a turing machine both as a diagram and as a function table. You can also watch it run on a tape.

No server is needed. Visit the website https://afonsomatos.github.io/tm-site/ to try it out. Please open a issue for any problems/feedback/suggestions.

build

npm run start
serve # Or simply open dist/ folder on your browser.