Is the FSM repository up to date?
It appears that the code running at madebyevan.com/fsm is more current than this repository. Has the FSM code been relocated to a different repository? Has the licensing changed?
@nihalmurmu seems to be the most current active developer maybe he can take over this project?
@tcowan @flosse you can check out the github.com/Merfoo/fsm repo for some update, I've left the development and started a new react project which can perform/compute Automata(s) concept too. later I might get back to development.
@nihalmurmu what's different between your repo and merfoo/fsm?
@wildeyes merfoo/fsm is more updated version of evanw/fsm. my nihalmurmu/automata repo involves drawing and hacking with state machines completely and run automata algorithms on top of it like DFA, NFA, ENFA to NFA/DFA, DFA minimization.