Python engine to generate C++ state machine code from a textual description.
- Read and modify
blueprint.py
according to your statemachine design python3 generate.py
Currently, the generated cpp code only supports one mode (OOP fashion). More modes will be added.
- Add starting state option ?
- Add ending state option ?
- Add statechart option ?