Skip to content

Latest commit

 

History

History
24 lines (14 loc) · 834 Bytes

README.md

File metadata and controls

24 lines (14 loc) · 834 Bytes

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.