mjftw / automata

Fundamental computing machines implemented in Clojure.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Automata

Build Status Coverage Status

Fundamental computing machines implemented in Clojure.

Turing Machines

Turing Machines can be found in the automata.turing namespace.

Finite Automata

Deterministic and Non-deterministic Finite Automata can be found in the automata.finite namespace.

Push Down Automata

== Work in progress ==

References

Created with inspiration from Understanding Computation, which builds automata in Ruby.

About

Fundamental computing machines implemented in Clojure.

License:Other


Languages

Language:Clojure 100.0%