https://github.com/jimmyhmiller/fsm-maker
Simple UI for making Finite State Machines
https://github.com/jimmyhmiller/fsm-maker
clojure finite-state-machine fsm
Last synced: 4 months ago
JSON representation
Simple UI for making Finite State Machines
- Host: GitHub
- URL: https://github.com/jimmyhmiller/fsm-maker
- Owner: jimmyhmiller
- License: mit
- Created: 2017-10-05T04:48:43.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-10-07T00:09:02.000Z (over 8 years ago)
- Last Synced: 2025-04-12T17:09:39.390Z (about 1 year ago)
- Topics: clojure, finite-state-machine, fsm
- Language: Clojure
- Size: 3.42 MB
- Stars: 16
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# FSM Maker
Create SVG drawings of finite state machines with a simple DSL.
[https://jimmyhmiller.github.io/fsm-maker/](https://jimmyhmiller.github.io/fsm-maker/)
```
start
0 -> start
1 -> middle
middle
0 -> finish
1 -> finish
```

## Development
```bash
lein figwheel
```