Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 424 Bytes

File metadata and controls

19 lines (14 loc) · 424 Bytes

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