Renny Koshy
Renny Koshy
After ctemplate is compiled, git status will show modified files [as compared to the repo]. This .gitignore file works on MacOS. (Windows / Linux - TBD)
The changes allow each state to have an `_entry` and an `_exit` handler that acts as a special transition that executes on entry into, or exit from a state.
There are many state machines where you need to execute an action on entry into that state. This is especially important for more complex state machines where there may be...
This is not meant to be clean code -- it's structurally sound, but was more interested in getting something working for our needs. It may be worth cleaning up. 1....