Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rickbutton/bfc
https://github.com/rickbutton/bfc
Last synced: 5 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/rickbutton/bfc
- Owner: rickbutton
- Created: 2013-04-05T18:55:16.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-04-05T18:56:26.000Z (over 11 years ago)
- Last Synced: 2024-04-15T02:59:21.930Z (7 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.