SundeepChand / code-flow

Home Page:https://sundeepchand.github.io/code-flow/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Code flow InProgress

Visualise a Go program using flow-chart.

Logo

HOW IT WORKS?

  • Visit the website.
  • Write a go function (with package the name & import statement)
  • And click on the generate button. This will generate a flow chart of the given program
  • Currently only if-else and for statements are supported.
  • Support for other flow control statements (eg. switch, break, continue, etc.) coming soon.

Todos

  • Add support for remaining flow control statements switch, break, continue, etc.
  • Represent the function parameters as an input block.
  • Figure out the I/O statements.
  • Improve interactivity of the rendered diagram.
  • Document folder structure.

About

https://sundeepchand.github.io/code-flow/

License:GNU General Public License v3.0


Languages

Language:JavaScript 50.6%Language:Go 37.7%Language:HTML 9.1%Language:CSS 1.4%Language:Makefile 1.2%