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

https://github.com/rudrowo/control-flow-graph

Generate control flow graph from code snippet
https://github.com/rudrowo/control-flow-graph

code-analysis mermaidjs monaco-editor react

Last synced: 10 months ago
JSON representation

Generate control flow graph from code snippet

Awesome Lists containing this project

README

          

# Control-flow Graph

#### Generate control-flow graph (CFG) from any code consisting of C-like syntax

[Learn about CFG](https://en.wikipedia.org/wiki/Control-flow_graph)

This project generates a CFG from a given code snippet

#### :eyes: :eyes:




#### Features
- Live code editor panel
- Regenerate new CFG on the fly
- Cyclomatic complexity
- Can render deeply nested CFG

#### Technologies Used
- React
- Chakra-UI
- Monaco Editor
- Mermaid

#### :warning: Contains Bugs (Scheduled for extermination :fire:)