https://github.com/mt-inside/go-fsm
Various examples of encoding a Finite State Automaton in Go
https://github.com/mt-inside/go-fsm
Last synced: 6 months ago
JSON representation
Various examples of encoding a Finite State Automaton in Go
- Host: GitHub
- URL: https://github.com/mt-inside/go-fsm
- Owner: mt-inside
- License: apache-2.0
- Created: 2021-03-23T12:15:30.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-03-23T12:55:31.000Z (over 5 years ago)
- Last Synced: 2025-10-28T01:37:39.968Z (8 months ago)
- Language: Go
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# go-fsm
Various examples of encoding a Finite State Automaton ([this one](https://en.wikipedia.org/wiki/Finite-state_machine#Example:_coin-operated_turnstile)) in Go.
Try them with `go run ./pkg/foo`