exfsm
FSM builder
A simple Elixir library to define and compose finite state machines as functions
Simple elixir library to define a static FSM.
11 stars
5 watching
5 forks
Language: Elixir
last commit: 9 months ago
Linked from 1 awesome list
elixirfsmtransition
Related projects:
Repository | Description | Stars |
---|---|---|
sasa1977/fsm | An immutable finite state machine implementation without separate processes | 358 |
ryanfaerman/fsm | A lightweight Go library for implementing finite state machines with parallel transition checks. | 159 |
beh01der/easyflow | A lightweight Finite State Machine implementation in Java | 445 |
intersel/ifsm | A JavaScript library to design and manage web user interface behaviors using finite state machines | 15 |
pavlos/gen_fsm | An Elixir implementation of the Erlang gen_fsm finite state machine behaviour | 40 |
dyrkin/fsm | An implementation of a Finite State Machine in Go. | 62 |
owickstrom/motor | A Haskell library for building type-safe finite-state machines with effects. | 95 |
vstirbu/fsm-as-promised | A minimalistic finite state machine library implemented using ES6 promises | 463 |
entt-dev/fsm | A C++ implementation of a finite state machine with ECS layout optimization | 8 |
steelbreeze/state | A library for building hierarchical finite state machines with support for multiple instances and event-based transitions | 182 |
bykof/stateful | A library for creating and managing finite state machines in Go. | 209 |
erikzenker/hsm | A C++ library that provides a simple and expressive way to model and manage finite state machines using Boost Hana meta programming. | 190 |
nickuraltsev/finity | A finite state machine library with event-based, time-based, and Promise-based triggers. | 131 |
tbpixel/functional-finite-state-machine | A dead simple finite-state-machine implementation in JavaScript | 14 |
microsoft/blingfire | A C++ library for efficient finite state machine and regular expression manipulation. | 1,834 |