Skip to content
/ automata Public

Fundamental computing machines implemented in Clojure.

License

Notifications You must be signed in to change notification settings

mjftw/automata

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.