Brainfuck to Assembly complier written in C. It outputs an assembly file which is used to create an executable binary using nasm.
Install these if you dont have it already.
- make
- nasm
- ld (from binutils)
pacman -S make binutils nasmdnf install make binutils nasmmake
./bfc examples/hello-world.bf -o hello-world
./hello-world