jimmyhmiller / fsm-maker

Simple UI for making Finite State Machines
MIT License
16 stars 0 forks source link
clojure finite-state-machine fsm

FSM Maker

Create SVG drawings of finite state machines with a simple DSL.

https://jimmyhmiller.github.io/fsm-maker/

start
0 -> start
1 -> middle

middle
0 -> finish
1 -> finish

FSM

Development

lein figwheel