An open API service indexing awesome lists of open source software.

https://github.com/danmar/visualize

visualize code
https://github.com/danmar/visualize

Last synced: over 1 year ago
JSON representation

visualize code

Awesome Lists containing this project

README

          

visualize
=========

visualize code. the goal is to rely heavily on comments in the code.

this is highly experimental right now.

State machines
--------------

The statemachine.py script detect state machines in the code and generate corresponding dot files.

For this to work, the state machine must use a enum variable for the state. And the state machine must be implemented with a switch.