Skip to content

MasterOdin/TuringMachine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Turing Machine Emulators

This repository will hold Turing Machine emulators in a variety of languages. Implementations will probably be different between the languages (in both features and the underlying data structures). Once I'm happy with a TM implementaiton, I'll move it to done, though this may mean it's less feature packed than some other language implementaiton.

Done

Processing - Shows the tape state (and some other details) in a graphical pop-up during execution

In Progress

Python - Runs through a TM in a cli. Reads in the TM details from a JSON file.

Planned

Java
Scheme
Lisp

License

This repository is under the MIT license which can be viewed in the LICENSE file.

About

A variety of Turing Machines in a variety of languages

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published