https://github.com/kotleni/brfkc
Just a brainfuck compiler written in C.
https://github.com/kotleni/brfkc
brainfuck c cmake code-generation compiler
Last synced: 12 months ago
JSON representation
Just a brainfuck compiler written in C.
- Host: GitHub
- URL: https://github.com/kotleni/brfkc
- Owner: kotleni
- License: gpl-3.0
- Created: 2022-11-06T09:13:38.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-11-06T16:28:00.000Z (over 3 years ago)
- Last Synced: 2025-07-15T16:25:56.366Z (12 months ago)
- Topics: brainfuck, c, cmake, code-generation, compiler
- Language: C
- Homepage:
- Size: 16.6 KB
- Stars: 6
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## brfkc - Just a brainfuck compiler.
This program parse brainfuck, generate C code and compile binary with gcc.
### How to use?
First, build: `mkdir build && cd build && cmake .. && make`
Second, run: `./brfkc input.bf output`