https://github.com/offlinemark/bfcfg
https://github.com/offlinemark/bfcfg
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/offlinemark/bfcfg
- Owner: offlinemark
- Created: 2015-12-31T05:37:14.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-01-01T19:09:34.000Z (over 9 years ago)
- Last Synced: 2025-02-07T19:42:07.898Z (4 months ago)
- Language: C++
- Size: 10.7 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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