Slava0135 / cfgo

Very limited CFG generator for Golang

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CFGO

Very limited CFG generator for Golang

  • if
  • for
  • range
  • return/break/continue

Use

go build main.go && ./main samples/if.go && dot cfg.dot -Tsvg > cfg.svg

Generates Dot file that can be converted to an svg image using Graphviz

Example

example.svg

About

Very limited CFG generator for Golang


Languages

Language:Go 100.0%