https://github.com/rickbutton/bfc
https://github.com/rickbutton/bfc
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/rickbutton/bfc
- Owner: rickbutton
- Created: 2013-04-05T18:55:16.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2013-04-05T18:56:26.000Z (about 12 years ago)
- Last Synced: 2025-02-12T23:29:30.693Z (5 months ago)
- Language: C
- Size: 105 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# `bfc` - Brainfuck to C compiler
bfc compiles brainfuck code to c. Compile that c with gcc and run it!
make bfc
./bfc example.bf example.c
gcc example.c -o example
./exampleor just
make
to do all of the above.