mirror of
https://github.com/lightninglabs/loop.git
synced 2026-08-13 12:33:03 +02:00
This commit adds a module for a finite state machine. The goal of the module is to provide a simple, easy to use, and easy to understand finite state machine. The module is designed to be used in future loop subsystems. Additionally a state visualizer is provided to help with understanding the state machine.
2 lines
No EOL
100 B
Bash
Executable file
2 lines
No EOL
100 B
Bash
Executable file
#!/usr/bin/env bash
|
|
go run ./fsm/stateparser/stateparser.go --out ./fsm/example_fsm.md --fsm example |