brain-labs / brain

An esoteric programming language compiler on top of LLVM based on Brainfuck
https://brain-labs.github.io/brain/docs/html/index.html
GNU General Public License v3.0
132 stars 18 forks source link

Make tape cell size custom #64

Closed luizperes closed 6 years ago

luizperes commented 6 years ago

Currently, each cell has the size of 32 bits. It should be custom, once Brainfuck interpreters rely on many cell sizes (you will find all kinds of them: 8, 16, 32 or 64 bits). This way we can keep the suporte do Brainfuck