An open API service indexing awesome lists of open source software.

https://github.com/offlinemark/bfcfg


https://github.com/offlinemark/bfcfg

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# bfcfg

it's a little control flow graph library for brainfuck.

`main.cc` is a sample client program that outputs to stdout the cfg in "dot"
representation for visualization.

$ ./main 0 > cfg.dot
$ dot -Tpng cfg.dot > cfg.png # requires graphviz