Skip to content

kotleni/brfkc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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