ztellman / automat

better automata through combinators
588 stars 50 forks source link

port to ClojureScript #16

Closed domkm closed 9 years ago

domkm commented 9 years ago

This PR ports all Automat namespaces to ClojureScript except for automat.viz and automat.compiler.eval. Also, the test.check tests still need to be ported to ClojureScript. Fortunately, test.check now supports ClojureScript, so this shouldn't be too difficult.

A few notes: