NitinDumka/Flowchart-Generating-Compiler
0
Flowchart Generating Compiler
This project converts C, C++, and Python source code into:
- Tokens (Lexical Analysis)
- Abstract Syntax Tree (AST)
- Intermediate Representation (IR)
- Control Flow Graph (CFG)
- Visual Flowchart (SVG)
🔧 Technology Stack
- FastAPI
- Python
- NetworkX
- Graphviz
- Docker (Hugging Face Space)
🚀 How it works
- User submits source code
- Compiler pipeline processes it
- Flowchart is generated automatically
📡 API
POST /compileGET /health
