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

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.

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`