Skip to content

Java implementation of a simple (non-universal) Turing machine

Notifications You must be signed in to change notification settings

JonathanMurray/turing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Turing

A Java implementation of a simple Turing machine that can be used to compute infinite number sequences.

Based on the book "The annotated Turing" and Alan Turing's paper "On Computable Numbers, with an application to the Entscheidungsproblem"

Getting started:

A simple way to try out the code:

./run.sh

Optional: Clean up the mess caused by the above script:

./cleanup-class-files.sh

About

Java implementation of a simple (non-universal) Turing machine

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published