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
- Host: GitHub
- URL: https://github.com/rudrowo/control-flow-graph
- Owner: rudrOwO
- Created: 2022-08-15T18:43:58.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-10-20T05:29:23.000Z (about 3 years ago)
- Last Synced: 2025-01-24T19:20:02.698Z (12 months ago)
- Topics: code-analysis, mermaidjs, monaco-editor, react
- Language: TypeScript
- Homepage: https://control-flow.vercel.app
- Size: 98.6 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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:)