Skip to content

Mnobody/fsm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Finite State Machine

Do NOT use in production. Package is NOT production ready.

Made just for fun.

Assumptions

  • A Finite State Machine is a model of computation based on a hypothetical machine made of one or more states
  • Only one single state of this machine can be active at the same time
  • Machine has to transition from one state to another in to perform different actions

Machine can apply transition to state. In result of transition Machine changes it's state.


Inspired by https://github.com/yohang/Finite

About

Finite State Machine

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages