edzdez / turing-machine

A simulation of a Turing Machine written in Go

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Turing Machine

A simulation of a Turing Machine, as described in his 1936 paper "On Computable Numbers, With an Application to the Entscheidungsproblem."

Build

This program is written in Go 1.20

# Clone this repo
$ git clone https://github.com/edzdez/turing-machine.git

# Build with go
$ go build

# Run the binary
$ ./com.github.edzdez.turing

About

A simulation of a Turing Machine written in Go

License:MIT License


Languages

Language:Go 100.0%