jp-embedded / scxmlcc

The SCXML state machine to C++ compiler
GNU General Public License v3.0
140 stars 34 forks source link

WIP GraphViz DOT output #98

Open sstiller opened 5 years ago

sstiller commented 5 years ago

This is still work in progress and should not be merged.

This extension adds GraphViz DOT output support to scxmlcc. It's nice for documenting the code or to get an overview over hand-written scxml files (or if the available graphical scxml editor doesn't work well in showing all needed details).

The output was tested at https://dreampuf.github.io/GraphvizOnline

It would be nice to get some feedback.

Currently supported

To do

jp-embedded commented 5 years ago

wow, nice :-)

I will have a look at it when I get some time