Skip to content

Brainpurr 0.2.0

Choose a tag to compare

@pommeJedusor pommeJedusor released this 27 Apr 17:44
· 52 commits to main since this release

New Features

  • added a compiler that turns brainpurr code (or brainfuck) into an executable by translating it to c and using gcc to compile it, gcc is required for the compilation

Dev

  • added some examples into the /examples directory