This repo contains experimental Hierarchical Finite State Machine implementations as described in http://www.wisdom.weizmann.ac.il/~dharel/SCANNED.PAPERS/Statecharts.pdf
mkdir build
cd build
cmake ..
cmake --build .
After building, from the .\build
folder run:
ctest -C Debug