Skip to content

rudrOwO/control-flow-graph

Repository files navigation

Control-flow Graph

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

Learn about CFG

This project generates a CFG from a given code snippet

👀 👀


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

⚠️ Contains Bugs (Scheduled for extermination 🔥)