/automata

Fundamental computing machines implemented in Clojure.

Primary LanguageClojureOtherNOASSERTION

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.