-3

I write course work and now I stops in a progrees of writing, I want to build application based on Python which can drow Flowcharts of any code(maybe not all but main languages is: Python, Pascal, c++). On Python I know about Graphviz+Pyreverse, but this solution is only for Python code vizualization.

  • Good luck then. – Bentaye Apr 27 '19 at 12:48
  • This is a very general question where you might find an answer on google. If you have a more specific question or error feel free to ask it but not a general question like this – miga Apr 27 '19 at 12:56

1 Answers1

0

You already have a python solution.

For C++ use clang/llvm.

For pascal, first use a pascal → C translator, then hand it to clang.

J_H
  • 9,521
  • 1
  • 16
  • 31