Relative Content

Tag Archive for brainfuck

How do I make a Brainf*ck compiler?

So before I get all those downvotes and comments that say this has already been done, I will say: NO! I’m not asking how to run Brainf*ck. No, no, no, please don’t tell me how to interpret Brainf*ck, I want to compile it! By that, I mean, say I have main.bf, I run a script, and I get a file called main. Then, when I run ./main (and if needed, chmod +x main), the Brainf*ck is executed.