https://github.com/danmar/visualize
visualize code
https://github.com/danmar/visualize
Last synced: over 1 year ago
JSON representation
visualize code
- Host: GitHub
- URL: https://github.com/danmar/visualize
- Owner: danmar
- License: gpl-3.0
- Created: 2014-07-11T15:05:02.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2014-07-20T12:39:09.000Z (almost 12 years ago)
- Last Synced: 2025-02-02T02:27:07.495Z (over 1 year ago)
- Language: Python
- Size: 176 KB
- Stars: 1
- Watchers: 4
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.